Advertisement

1 - 10 of 22 containing alltags:("3709") (0 seconds)
Hello, Im trying to connect an access file to my application and im recieving the following run time error... "The connection cannot be used to perform this operation. It is either closed or inval...
Zones: VB DBDate Answered: 04/25/2004 Grade: A Views: 440
ok,  I've now got two modules, one containing the ADO connection object and and the other a module to open that connection, run a stored procedure and populate an Access table , Open Cona and GetEm...
Zones: MS AccessDate Answered: 11/15/2004 Grade: A Views: 0
Hi ppl I'm having trouble with this form.  The above error is giving me a headache.  I did set the start-up to Sub Main.  What is WRONG!!! <<<<<<<<<<<<<<<<<<Module>>>>>>>>>>>>>>>> Option...
Zones: VB DBDate Answered: 01/30/2005 Grade: A Views: 0
Hi Experts, I have been using the following code for adding records to a DB without any problems for years... Untill Now... Here is the code i am using: '----------------------------------...
Zones: VB DBDate Answered: 02/05/2006 Grade: A Views: 0
How can I execute command statements (Drop Table, Create Table etc) against a DB2 database through ADO? I get a Run-time error 3709 ("The connection cannot be used to perform this operation. It ...
Zones: VB DBDate Answered: 01/30/2003 Grade: A Views: 9
dear experts, i get the above error when i try to update my database. the error occurs on folowing code.  rec.Open "SELECT * FROM M, MT WHERE M.DateWorked =" & _              "'" & (txtDay.Tex...
Zones: VB DBDate Answered: 01/27/2004 Grade: A Views: 4
Hello, this has been defeating me for months, any suggestions welcome. This is a long posting, but its difficult to describe the problem any more succinctly, sorry. Hopefully you will know fairly s...
Zones: Visual BasicDate Answered: 03/15/2004 Grade: B Views: 0
why am i recieving the following error?
Zones: ProgrammingDate Answered: 05/16/2004 Grade: A Views: 0
To change the connection string of a connection (XYZ) in a data environemt (DE) , I am using the following code snippet:             DE.XYZ.close             DE.XYZ.connectionString = newConn   ...
Zones: VB DBDate Answered: 04/25/2005 Grade: A Views: 0
Friends, My web app requires the user to log on. The user's creds are verified against a database before proceeding. No problems on my development machine. The Poor User cannot log on - she...
Zones: ASPDate Answered: 04/12/2005 Grade: A Views: 0