| Thread | Last Post | Replies |
|
| 2 questions for MySQL | 12 Feb 2004 18:08 GMT | 6 |
when I open an ado.connection (VB6.0, mdac2.7) for MySQL (cnn.open "Provider=MySQLProv;Server=localhost;Data source=Test","root",""), a window (MySQL data source name setup) comes up and asks me for the name of the data source (???) etc. Is it possible to set the parameters in
|
| unrecognized database format | 12 Feb 2004 18:08 GMT | 2 |
I have an Access file with two tables: One created on an older machine and a recent one on running on XP. The ADO will communicate with the older table but not the newer table. I have downloaded the visual studio pack, hoping that would solve the problem. It did not. Any ideas ...
|
| .addnew returns {00000000-0000-0000-0000-000000000000} | 12 Feb 2004 16:02 GMT | 1 |
I am using the adodc control and when i use the .addnew method i return a uniqueidentifier: {00000000-0000-0000-0000-000000000000} What methods should I use to the actual uniqueidentifier?
|
| 2147418113 - Catastrophic Failure | 12 Feb 2004 15:03 GMT | 3 |
Does anybody know what is this? or What happened to occurred this? I'm using a VB --> Com DLL (Com +) --> SQL Server 2000. And using ADO MDAC 2.7 to access my DataBase. I looked for in MSDN and Technet and saw this 2 articles, but
|
| why should'nt i use dao 3.51 for this? | 12 Feb 2004 07:57 GMT | 8 |
- ok so dont spit the dummy yet because for me this is a legit question... i am going to write a little prog to run on 9x system for a SINGLE USER.
|
| VB6 - Adding SQL sort stmnt to Data Control RecordSource | 11 Feb 2004 23:21 GMT | 2 |
I am revisiting an application I wrote quite awhile ago to add a sort capability. I can't seem to get the SQL statement right...... I'm using a ComponentOne grid control to display the data... The grid is connected to a DataControl that "mirrors" another DataControl
|
| Can't get row level locking | 11 Feb 2004 21:45 GMT | 1 |
I have a VB6 application using ADO with an MS Access database that we have upgraded from 97 to 2000 to 2002. We can't seem to get row level locking to work so we created a small app to simulate the problem. We used the
|
| Where do I get Visual Basic 6? | 11 Feb 2004 15:22 GMT | 4 |
I have been looking around for a legit copy of VB 5 or 6, but cannot find one.... Can anyone help?
|
| Trying to kick users off an Access Database | 11 Feb 2004 14:28 GMT | 1 |
Is there any way to kick everyone off an access database using VB.net 2003 or VB 6.0. I have to be able to detatch any connected users from the database to repopulate it with a DTS script.
|
| SAP Resources for VB (BAPI) | 11 Feb 2004 12:32 GMT | 2 |
Im searching for SAP OCX files / controls , plugins etc. do you have any clue where i can find detailed and good documented information downloads ? tia
|
| How to find the SQL Server name with VB6 | 11 Feb 2004 12:29 GMT | 5 |
Hello group, I'm developing a software and use SQL Server, but the name of each server PC where my software will be instaled of certainly will be different one from another, please, anyone knows how to find the PC's name and / or the SQL Server's name, thanks.
|
| Merge several dBASE tables into a unique SQL query | 11 Feb 2004 11:49 GMT | 1 |
My name is Alejandro. I need to merge several dBASE tables into a unique SQL query (in a ADODC control), having some of theses tables in the \DBF directory and other tables in the \DBF\2004 directory.
|
| BTrieve Database | 11 Feb 2004 04:21 GMT | 3 |
I am going to try to accessan existing Btrieve Database, but have no idea where to start. I know how to use ADO very well. Please can someone give me a starter or a link to a website.
|
| ORACLE GURU NEEDED | 11 Feb 2004 03:08 GMT | 2 |
I have a table with data that looks like this EMP# DATETIME_STAMP EVENT_TYP 3118 2/8/2004 9:00:10 AM 3118 2/8/2004 11:30:26 AM
|
| Having fits with blobs/ntext in MSSQL | 10 Feb 2004 19:23 GMT | 3 |
I have a database that someone else designed to be integrated into a dynamic web interface. Two of the fields in particular are dealing with ntext fields and I am thoroughly disappointed at the piss-poor documentation available on handling these fields in MSSQL.
|