| Thread | Last Post | Replies |
|
| Changing from C: Drive to System DSN | 02 Mar 2005 02:02 GMT | 1 |
I have been asked to change a VB6 / ADO Program that was using the OLE Driver, Access and a Local C: drive to use a Network Drive. I tried to use a SYSTEM DSN with the Access Driver. I changed the connection code from OLE Provider and database path to DSN name. Now all of the VB6
|
| How do you open database exclusive ? | 01 Mar 2005 23:25 GMT | 2 |
I trying to open a 3.6 Database exclusive with the following statement but it does not seem to be working. Program "A": Set Db = DBEngine.Workspaces(0).OpenDatabase(DbPath,
|
| Treeview control | 01 Mar 2005 20:19 GMT | 8 |
Good evening! I have a bunch of data in a variable - something like this: Europe/Denmark/Copenhagen Europe/Denmark
|
| How To Use IIF In Select / Insert Statement | 01 Mar 2005 15:49 GMT | 3 |
i m developing an application in vb 6 and sql server 7 i want to copy some records from Voucher table to another table-AcCashBook. i used insert and select query but i want to use iff condition in select statement
|
| LDAP query error | 01 Mar 2005 07:28 GMT | 3 |
I am having difficulties with an LDAP client I'm writing. What I have discovered causes the error is when the client queries the LDAP server and a record contains two values entered in one field that is semicolon ";" separated. i.e. A telephone number. In RED below. How can ...
|