| Thread | Last Post | Replies |
|
| Deadlock | 12 Jan 2006 19:09 GMT | 1 |
we have following problem. We have two tools. The first tool only insert new records in a sqlserver table. The other tool read, modify or delete this records. Now sometimes it happens, that we get a deadlock error. Can anybody explain me, why this happens?
|
| Database migration | 12 Jan 2006 19:02 GMT | 3 |
I wonder wether a software or a device (or script) allowing to migrate data from an existant database to a new database by using correspondant ODBC drivers existed. Thanks for your help.
|
| SQL Server Desktop Engine required with this version of Visual Stu | 12 Jan 2006 16:38 GMT | 1 |
I link to a SQL Server 2000 through a windows network. I installed Visual Basic .NET 2003 on my workstation pc. When I attempt to create a data link to the server, I get the message "It is only possible to conect to SQL Server Desktop Engine databases and Microsoft Access ...
|
| MySQL - VB6, Excel , VBA - Stored Procedures | 12 Jan 2006 06:58 GMT | 7 |
Issue: I am trying to convert my old VB / SQL to now use MySQL. Setup: I have installed the MySQL ODBC 3.51 driver
|
| SQL SELECT Question | 12 Jan 2006 06:01 GMT | 4 |
How would I write a SQL "SELECT" statement with a calculated field based on the following:? Fields: fieldOne, fieldTwo, fieldThree Table: myTable
|
| Trouble Accessing Access 2003 Data | 11 Jan 2006 22:14 GMT | 4 |
The Vb6 I'm using is probably very scaled down considering it came with a book (Sams Teach Yourself Visual Basic 6) I'm trying to use my Access 2003 data to create queries but I get the dreadful 'Unrecognized database format' so I'm
|
| VB6 access to Peachtree 2005 data | 11 Jan 2006 21:49 GMT | 3 |
I'm going to create some custom reporting software using VB6. It needs read-only access to the Peachtree 2005 data. I have some questions for anyone that has done something like this. I also need to say that the budget is really
|
| MS ADO Memory Leak FIX (at last??) for VB6 | 11 Jan 2006 09:42 GMT | 1 |
Hi who has tried out the fix http://support.microsoft.com/default.aspx?kbid=308644 Is this finaly the fix fot the long lasting memory leaks? who has any experiance with this fix.
|
| SQL Server ADODB close connection timeout problem | 11 Jan 2006 08:05 GMT | 4 |
I've a problem using a connection to SQL Server via ADODB. When using two opened connections the SQL Server seems to maintain the second connection active 60 seconds after the close & nothing in my application. To do what i'm saying you need to reproduce this code for example;
|
| In code data validation or strict database rules | 11 Jan 2006 04:05 GMT | 3 |
Im currently making my first real world program which involves a program written in vb.net to display and update information kept in sqlserver tables. Ive been having some trouble getting vb.net to insert into tables where
|
| VB6 access to Betrieve 6.15 (Peachtree) database files | 10 Jan 2006 17:06 GMT | 1 |
I have done some more homework and found that: * Peachtree is using stock Betrieve 6.15 files (I think). * 6.15 is out of date and is no longer directly supported. * There seems to be/have been an ODBC driver, but not sure.
|
| How to SELECT UNION data from two Excel files??? | 10 Jan 2006 14:30 GMT | 4 |
Using vbscript and ADO, I would like to know how to... SELECT field1, field2 FROM file1.xls UNION SELECT field1, field2 FROM file2.xls Please give example connection strings and SELECT statements.
|
| VB-ADO Constant for varChar(size) | 10 Jan 2006 14:25 GMT | 3 |
Please specify the perfect compatible VB-ADO constant (for example adChar, adVarChar,adVarWChar) for the following datatypes in oracle: varchar2(size), char(size). I have done a lot of search to execute a stoted procedure in Oracle
|
| Export Access query with parameters into Excel using VB6 | 10 Jan 2006 13:56 GMT | 4 |
Hi all, I'm having quite a bit a trouble trying to get a query to export to Excel from Access using VB6. Currently I have an Access backend with a VB6 frontend. I want the user to select an employee and click a button to export a query with the results to Excel. The query
|
| Grouping SQL syntax problem | 09 Jan 2006 22:49 GMT | 3 |
I am not sure what I am doing wrong here, but I have been through MSDN and a couple of texts for an answer with no solution. Hopefully it is something that will be obvious to a more experienced programmer... VB6 ADO accessing a MS Access database with tables and relative fields as ...
|