Posts Tagged ‘access’

How to get access to 20 Interview questions on Software Testing technical job

www.SoftwareTestingCareer.Com and www.SanVmwareTraining.Com get more technical interview questions & answers on Softwaretestincareer.com website. Get to know how are the career opportunities & how you can get into storage domain. These questions are answered on these videos 1. How are the job openings in Storage domain. 2. Which are the companies in Storage technology 3. What are the job profiles in Storage companies 4. How is the job interview in Storage companies. Email roger.smithson10@gmail.com to get trained on Storage, Virtualization and Software Testing.
Video Rating: 5 / 5

Tags: , , , , ,

No Comments


Are spiders and robots able to access the links on pages created by database and PHP or ASP?

Question by Rockstar: Are spiders and robots able to access the links on pages created by database and PHP or ASP?
We’re working on a new website, separate from the one our website company provides, and we’re planning to generate a lot of dynamic layout. Each page will have a lot of “includes” of several separate files like headers and footers, and in addition, much of the content will be provided via database. I just wondering, since what you’ll see on the screen doesn’t actually exist as a whole, how will the spiders be able to follow the site? Do they simply read the HTML as it is sent by the server side code the same way a browser does? I just want to make sure that I’ve got enough static content to allow the spiders to work easily.

Best answer:

Answer by angie
If I am not wrong, just ‘View Source’ your page. That’s what the spider will read.

Give your answer to this question below!

Tags: , , , , , , ,

No Comments


Q&A: Training Feedback forms to access database?

Question by sami: Training Feedback forms to access database?
In our company we have IT Training Center, we want after the trainig, the trainess to fill a survey form on their PCs, then collect the data. We thought of having an access database to collect the data for later analysis. But what do you think is the best way to have the clients use to fill the forms that should be connected the database?
I thought about InfoPath…but it will be costly to intall on the training PCs, the same thing it will be costly to install Access to all traininig PCs. I thought maybe some webform (html) might be the solution? what do you think? incase we use webforms how can these forms be connected to our access database? Any ideas for the best practices to do this whole survey thing is welcome.

Best answer:

Answer by subexpression
Hi sami,

I would do the following:
Create a database for form values
Create a PHP form
Create a PHP “process” page for inserting values into the database
Create a PHP “success” page after form submission
Create a PHP admin page for viewing survey results in a table

If you would like code suggestions on how to go about this project, contact me and I can help you out.

Best regards,

subexpression

Know better? Leave your own answer in the comments!

Tags: , , , ,

No Comments


Linking a webiste in Visual Studio 2010 to a Access Database?

Question by Jack and Coke: Linking a webiste in Visual Studio 2010 to a Access Database?
Good morning. I am working on a project and been ripping my hair out for 2 day. I have a frmClient-Register and once a user inputs data into the text fields it is suppose to insert it into the database and it is not. I am about to punt my computer and i know it is a small step I am missing can anyone help me out thanks.
Here is my code.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Client_Register : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{

}
protected void txtClientFirst_TextChanged(object sender, EventArgs e)
{

}
protected void Button1_Click(object sender, EventArgs e)
{

try
{

string currentPath = Server.MapPath(“C:/Users/Jeremy/Downloads/pr/pr/TPS_DB.accdb”); //Get Path Of DataBase

System.Data.OleDb.OleDbConnection cn = new System.Data.OleDb.OleDbConnection(“Provider=Microsoft.ACE.OLEDB.12.0;Data Source=” + currentPath + “”); // Create An Object Connection For Microsoft Access
System.Data.OleDb.OleDbCommand cmd = new System.Data.OleDb.OleDbCommand(“insert into tblclient values (@mail, @PW,@company,@Fname,@Lname,@Adresse1,@Adresse2,@city,@state,@zip,@phone,@fax )”, cn); // Create An object Query to Insert into DataBase From TextBox

cmd.Parameters.AddWithValue(“@mail”, txtClientEmail.Text);// Set A parameter Value from TextBox Email
cmd.Parameters.AddWithValue(“@PW”, txtClientPW.Text);// Set A parameter Value from TextBox Password
cmd.Parameters.AddWithValue(“@company”, txtClientCompany.Text);
cmd.Parameters.AddWithValue(“@Fname”, txtClientFirst.Text);
cmd.Parameters.AddWithValue(“@Lname”, txtClientLast.Text);
cmd.Parameters.AddWithValue(“@Adresse1″, txtClientAddress1.Text);
cmd.Parameters.AddWithValue(“@Adresse2″, txtClientAddress2.Text);
cmd.Parameters.AddWithValue(“@city”, txtClientCity.Text);
cmd.Parameters.AddWithValue(“@state”, txtClientCity.Text);
cmd.Parameters.AddWithValue(“@zip”, txtClientZip.Text);
cmd.Parameters.AddWithValue(“@phone”, txtClientPhone.Text);
cmd.Parameters.AddWithValue(“@fax”, txtClientFax.Text);

cn.Open(); //open Connection Between Database And Your Site

cmd.ExecuteNonQuery(); // Send Query

Page.Response.Redirect(“~/”); // redirect To Master Page when the information was inserted with Success.

}

catch{
}
}

void GridView1_SelectedIndexChanged(Object sender, GridViewSelectEventArgs e)
{

}
}

Best answer:

Answer by Dan
You’re declaring your Command object wrong: it’s not bound to the connection (i.e. it doesn’t magically know which connection to use). You want to say this:

cn.Open(); // Do this first, before you do anything else – currently, you have it at the end…

OleDbCommand cmd = cn.CreateCommand();
cmd.CommandText=”“;
cmd.CommandType=CommandType.Text;

… and then go on with your parameters and things as you have been doing.

Also, take a look at the website settings in IIS and see which Application Pool the site is using. Then go to the Application Pool and see which user it’s running as. Then, in Windows Explorer, make sure that user has all rights to the file which is the Access database. Mostly, these things fail because of access rights rather than most other things.

Incidentally, if you put “using System.Data;” and “using System.Data.OleDb;” at the top, then you don’t have to keep referencing those namespaces all the way through your code, so it’s more readable (like my code above).

Give your answer to this question below!

Tags: , , , , , ,

No Comments


Access Control Devices by Aspen Systems & Software Pune

Welcome to Aspen Systems & Software [www.aspensys.co.in Manufacturer, Exporter & Service Provider of Security Devices & Software Solutions.The company was incorporated in the year 1988 at Pune. Our ability to undertake turnkey projects has helped us to gain clientele across Schools, Banks & other sectors.Effective after sales support, World class quality & Highly efficient products are some of the key attributes of our organization.We check our products on various quality parameters like Performance, Reliability, Design Standards & User Friendly Approach.Software Solutions, Access Control & Electronic Security Devices are some of our products.We provide Attendance, CCTV Systems, VIRDI (Built In Access Control) & Biometric Finger Print Attendance Readers under Access Control Devices.Our Proximity RFID Attendance Cum Access Readers & ID Cards are a class apart.We provide Electronic Security Devices that are one of the best in the industry.Along with that we offer Web Based Attendance Report Generation Software at industry leading prices.To know more about us, log on at:[www.aspensys.co.in
Video Rating: 0 / 5

Tags: , , , , , ,

No Comments


I own printing press in Pune, What are opp to get access to outsourced assignments, what set up they require?

Question by kkg: I own printing press in Pune, What are opp to get access to outsourced assignments, what set up they require?

Best answer:

Answer by jrnh5150
I’m not sure where Pune is – Somewhere near Tang I think.

What do you think? Answer below!

Tags: , , , , , , ,

No Comments


I have a micro. access 2000 database i made for tracking phone calls..?

Question by Red: I have a micro. access 2000 database i made for tracking phone calls..?
there are a few things i would like to change/add/modify a bit. its got the normal categ. for- whos calling- time -date -re: -action ie voicemail/desk, followup. but what i want to do it get it where i don’t have to type in soo much like. if bob from comp.1 calls, i want it to autom. know that bob is from comp1, like it ouwld auto lookup all bobs and a drop down for all the co’s that a ‘bob’ work for shows…and also i want the names & companies to automatical save, as of now i’ve got to print out a list of who has called and such and go manually enter them into the table for them to be saved..just a pain… ive got a mock version of it, like w/ fake info but its what i use…if anyone can tell me what i need to do that ‘d b great or if u wanna look at the mock one i can send it to you just email me.. THANKS!!

thanks sooo much.

Best answer:

Answer by harry_adney
You need to set up cascading combo boxes. See this link:

http://en.allexperts.com/q/Using-MS-Access-1440/cascading-combo-boxes-1.htm

HTH,

HarryAdney

Add your own answer in the comments!

Tags: , , , , , , ,

No Comments


Microsoft Access question?Urgent!?

Question by Luke: Microsoft Access question?Urgent!?
I need help with Access 2003. I have to do this quick so I really need urgent help.

I have to do this:
I work in a company. I have a database of passwords. Now I have to do a generator for creating new passwords, because we’re changing the network. Passwords must have 4 letters and 4 numbers, so 8 digits total. (Numbers and letters must be mixed). And when password will be generated, it would automatically save into database AND old password should be saved and not overwritten.

Now the questions:
1. How do I make a password generator, generating 4 letters and 4 numbers, so eight digits?
2. How do I save generated password?
3. How can I make old passwords save automatically, when new ones are generated.

First one that gives me solution gets 10 points and respect directly.

Thank you.

Best answer:

Answer by heyimjason
You’re asking how to program something. If you’re not a programmer, you won’t have much luck with this. There are some pieces of software that may help with what you’re looking for. I’ve seen similar programs at download.com.

Know better? Leave your own answer in the comments!

Tags: , ,

1 Comment


Q&A: How can I kick out multiple users of the same Access database?

Question by bmcnulty: How can I kick out multiple users of the same Access database?
I have an Access database on a network drive here at my company that multiple users are always in. I need all of them out of the database so that I can make modifications to some forms and reports. Instead of trying to find all of the users and making sure that they have exited out, is there a command I can use that will just kick them all out at once automatically? I have tried using the simple command of DoCmd.Quit, but it only kicked me out. Thanks for your help in advance.
The Access database itself is not physically using Oracle (or SQL) tables; it is only using static Access tables.
For MamaBean: Yes, I am familiar working with code. Please send me your example. Thanks!

Best answer:

Answer by ff1100k
An Access database is just a shared file, it’s not an active DB server. There is no command to kick users from Access itself. To kick people out, you have to use the file sharing services on the server to close the user’s file.

On the server, go to Administrative tools -> Computer management. On the left pane, open to Shared Folders, then click Open Files. You should see each person who has the mdb file open. From there you can forcibly close the file for each user.

Remember, this can cause missed updates if the a user is suddenly terminated before writes are flushed. Use this with care.

If you are having trouble with multiple users, it’s time to move to a real multi-user database system. For example, you can buy SQL server or use the free and open source MySQL. Either system allows multiple users to see the data on the server and you can do things like live backups and force people off without losing data.

You can use Access as a front end, to display forms and reports while storing the data on the backend server. This way if you forcibly close the file, you are not screwing with your data store.

Since people are not closing the Access file, I can just about guarantee you are not getting backups of your database, which is dangerous. Access is good for trying things out and for a single user system and can be used occasionally for a couple of simultaneous users. It’s purpose and design is not for a 24/7 multi-user database.

Know better? Leave your own answer in the comments!

Tags: , , , , ,

2 Comments


Access 2010 or Access 2007 Database Question?

Question by hithere11757: Access 2010 or Access 2007 Database Question?
I want an Access database that will generate invoices for my office. How do I create a FORM in Access that, when I choose a company from my a drop down list of companies, it will populate some more information in the form like the company’s address, phone number etc, so that all I have to do is enter the product they purchased, total it, and print it?

Best answer:

Answer by Bubbie
Build it! If you want a database then you have to learn Access and create it or pay someone to set it up or for their template.

What do you think? Answer below!

Tags: , , , ,

No Comments



SetPageWidth