| Thread | Last Post | Replies |
|
| Automation Error- Object has disconnected from it's clients | 09 Jun 2006 09:05 GMT | 3 |
We've been getting this error intermittently from our VB 6 COM objects accessing an Access 2000 database. The client had ADO 2.5 installed so we upgraded to 2.8. We still get the error. It only seems to happen during large processes (reports -many objects
|
| ado/recordset.find | 08 Jun 2006 19:51 GMT | 2 |
Hope someone can help - i am trying to learn some VB and i am trying to use recordset.find to locate a record in a .mdb table i created but i get errors. Has anyone got a simple snip of code to show me so i can see how you locate
|
| Maori - ADO | 08 Jun 2006 11:44 GMT | 6 |
In WinXP SP2, if I change my regional option to 'Maori', and run my ADO 'SELECT'queries, they fail. It return the following error- '-2147217865 (80040e37)':
|
| Reading From Database (Excel) | 08 Jun 2006 11:33 GMT | 3 |
I'm a newbie trying to work on Visual Basic. I have an excel template with five fields (Field1, Field2, Field3, Field4 and Field5). My requirement is; (1) The program to prompt for two inputs (Field1 & Field2) (2) The program then searches the excel, and the lists all the entries ...
|
| Frequent versus One Time Opening / Closing Database | 07 Jun 2006 21:28 GMT | 2 |
L.S. I'am writing an application in Visual Basic 6.0 in which I have multiple workstations working with the same access database on a central computer (server). Is it better to frequently open and close a database or just once open it on starting the application and once closing ...
|
| Error message: could not updated, currently locked by a user 'admi | 07 Jun 2006 13:41 GMT | 2 |
I have a VB6(SP6) application with Access 2000 database. It has been working fine till recently. If 2 users are doing totally different data entry procedure, on one computer it will get that message and the user has to close out the application and come back in. It happens a ...
|
| Unable to connect to SQL Server 2000 from VS 2005 | 07 Jun 2006 04:20 GMT | 9 |
I have Visual Studio 6, 2003 and 2005 on my Xp Sp2 PC. We have SQL Server 2000 running under Windows Server 2003. VS 6 and VS 2003 connect to the sql server with no problems, but VS 2005 always times out! This is true of code or using the database connection
|
| How do I store binary data into VarBinary(Max) field of SQL SERVER 2005 on VB6? | 07 Jun 2006 03:51 GMT | 2 |
How do I store binary data into a VarBinary(Max) field instead of an Image field? I have a table name 'FileTable' on my local SQL SERVER 2005. The table has only one field.
|
| how to send mail to more than one recipient using MAPI via VB | 06 Jun 2006 16:32 GMT | 3 |
I have to send attachment to more than one recipients in VB using MAPI. Recepients address are seperated i.e. MAPIMessages1.RecipAddress = textname.text Here textname.text =abc@zc.com;pqr@fg.com
|
| ADO Connection suddenly started failing | 06 Jun 2006 15:51 GMT | 3 |
This morning a program that has been functioning smoothly for months started timing out whenever it attempts a connection to the database. The DBA says nothing looks wrong on his end. When I run it uncompiled from the design environment it works fine, as does the same connection
|
| Filling CoboxBox with Data From Database | 06 Jun 2006 15:14 GMT | 3 |
I query the Customers table from Northwind database and I want to fill my combobox with CompanyNames. When the user chooses one item from combobox, I must get its CustomerID to query Orders table and display the orders of this customer in the grid. What's the easiest way to get the ...
|
| program developed in vb6+WINXP won't run/install in 98 | 06 Jun 2006 09:06 GMT | 1 |
I made a database program in vb6 on an windows XP system, using Jet. Database, datagrid control, etc. Then made a setup program with the package/deployment wizard. The setup program works fine on other XP machines and the program also runs fine. But, on windows 98 systems,
|
| accessing stored procedure | 05 Jun 2006 17:10 GMT | 1 |
I'm new to vb.net and databases. I have a class to execute a stored procedure that displays the data in the command window. The parameter value is hard-coded into the class code, but I would like to have a form pop-up that asks for the parameter. How would I do this?
|
| SQL to query file system | 05 Jun 2006 17:03 GMT | 8 |
Anyone knows the syntax of querying the file system using the indexing services ?
|
| Appending Content of 2 Array into 3rd Array | 05 Jun 2006 09:48 GMT | 10 |
Hi friends, I have 3 byte arrays and how can I append the 2nd and 3rd array into the 1st array without using Loop and with using loop. Note all 3 are Byte Arrays. Thanks in Advance
|