| Thread | Last Post | Replies |
|
| vb 6 applications cant connect to local access databases | 21 Jan 2004 17:50 GMT | 5 |
I have Visual Basic Professional 6 Installed on my computer and then recently installed Visual Studio Professional 2003. When I went back to work on a VB6 Project, the apps when run will not connect to any local access database. What has happened to the JET engine after
|
| Reset the Identity Increment | 21 Jan 2004 17:40 GMT | 2 |
I have a table with a bigint type column (field) that has an identity seed of 1 and an identity increment of 1. The column is the primary key for the table. After I backup and clean out the database (delete all of the data in the DB)
|
| Access 97 vs. 2000 | 21 Jan 2004 13:03 GMT | 3 |
Are there any distinct advantages to running a vb application with Access 2000 tables rather than Access 97 format? Performance, integrity issues, etc? I currently have a application with Access 97 format and am considering
|
| how to retrieve stored proc params | 21 Jan 2004 10:22 GMT | 1 |
I'm in VB .NET - ADO .NET - SQL Server (MSDE) I want to retrieve the input parameters of a stored procedure before execute it. I've already try the fillschema but it return the "return object (table)"
|
| Adding New Columns To SQL Table - VB / ADO (ADOX) | 21 Jan 2004 10:16 GMT | 2 |
I need to add new columns to an existing table in a SQL 2000 dbase. afaik using ADO you can only add new tables but cannot amend existing tables (!) The MSDN examples for ADOX show how to add an table with columns but the
|
| MySQL by ADO without ODBC | 21 Jan 2004 09:08 GMT | 5 |
I want to change from an Access database to MySQL, but without ODBC. I tried to connect to MySQL via the follwing code: Dim Cnn as adodb.connection cnn.open "Provider=MSDASQL;Driver=MySQL;Server=localhost;Database=test",
|
| DeletePack records in DBF | 21 Jan 2004 08:44 GMT | 2 |
I'm using VB/ADO to work on DBF files. Sql such as "DELETE FROM TABLE WHERE FIELD='VALUE' leaves records only marked as deleted. Over time the table grows with invisible deleted records. A manual "pack" is requried to remove them.
|
| I need to convert MS Access 97 database to 2000 format using Visual basic code. | 21 Jan 2004 07:43 GMT | 2 |
I need to convert MS Access 97 database to 2000 format using Visual basic code. I have looked on the web and the only thing I can find is by using the compactdatabase utility.
|
| Is there a way to convert MS Access 97 databases to 2000 format in VB | 21 Jan 2004 07:31 GMT | 3 |
I need to convert MS Access 97 database to 2000 format using Visual basic code. I have looked on the web and the only thing I can find is by using the compactdatabase utility.
|
| Connection Provider in VB.Net | 21 Jan 2004 01:20 GMT | 1 |
I tried a cut and past for my connection provider but it's not working. I have MS ActiveX Data Objects 2.5 referenced and import ADODB and import System.Dada Here is the connection
|
| Beginner - What happened to data reports within .NET???, | 21 Jan 2004 01:07 GMT | 3 |
With VB6 there was an option to make data reports???? What happened to this option in .NET... My Windows Dat Form Wizard is also not working, are these related to each other????
|
| Can't assign value 889988441 to a field with datatype long | 20 Jan 2004 22:55 GMT | 2 |
one field in an Access table is declared with data type long. In case I want to assign a value to the field such as rstQ!banknr = 889988441 it generates the following error message
|
| ASP calling a DLL which calls an Oracle Stored Procedure returns no value to web page | 20 Jan 2004 18:01 GMT | 1 |
Well, the subject line sums it nicely. Hello all, using Windows2000, 9i(9.0.2?), OraOLEDB driver by Oracle. I have an Oracle stored procedure that is called by a DLL which is called from an ASP page. Everything functions correctly when I use the
|
| *.vdb extension | 20 Jan 2004 16:35 GMT | 1 |
How can I open database file with *.vdb extension? Regards Cezary Rytwiñski
|
| combine input from 3 txtBox | 20 Jan 2004 16:07 GMT | 1 |
I have three textboxes which all accept only numbers but I need to store the combination of all three in a special concatenated format, eg the user inputs into: txtBox1 123
|