| Thread | Last Post | Replies |
|
| VB Access store DB version | 23 Jul 2006 12:30 GMT | 2 |
I'm creating a VB app wich uses an Access DB. In the future, there will be updates made to my program, wich might change the DB setup. I want to store a version number inside the Access DB, to be able to determine when the DB has been created and with what setup. Can anyone ...
|
| VB 2005 using TransactionScope getting error with DB2 | 22 Jul 2006 11:13 GMT | 1 |
***Environment*** Visual Basic 2005 .Net Framework 2.0 DB2 Direct Connect Client info as follows
|
| column headings from SQL Server + Access tables | 21 Jul 2006 21:03 GMT | 3 |
not sure if this is the right place to post this, but here goes ... where can I go to find out how to do the following for a given SQL Server and Access database: 1. select all table names from database.
|
| DAO OpenRecordset returns... nothing? | 20 Jul 2006 20:10 GMT | 6 |
I've searched for days trying to figure this one out - I hope someone here can help me. The problem, in a nutshell, is this: I've got a Recordset object and a Database object. The database is an Access MDB database that is open.
|
| Migration to SQL server 2005: transaction / multiple recordsets | 18 Jul 2006 15:40 GMT | 1 |
The programm works fine with SQL server 2000, but after the migratio to sql server 2005 (database server and odbc/ole drivers on the client) I got the error message:
|
| MoveNext error | 17 Jul 2006 18:41 GMT | 11 |
I'm cycling through a ADO recordset connected to SQLServer. ADO is raising an error when I access certain rows as there is invalid data in those rows. The nature of the data error is that an invalid date value is being calculated through a DateAdd function.
|
| Quick Start Resource for VB 2005 & MS ACcess databases | 14 Jul 2006 15:45 GMT | 2 |
Have not worked in latest VB, but need to quickly crank out project attaching to MS Access. Any good resources. 4 books later my head is spinning ... between trying to cover all front end languages, and all back end databases ... and code that does NOT work ... the books I'be ...
|
| Column Dynamic Properties with SQL Server | 14 Jul 2006 15:45 GMT | 2 |
Apologies if I'm missing something obvious.... I'm conneting to Access db using ADOX and VB6 and getting the value of Column.Properties("AutoIncrement") - that's fine! But I want to get the same from my SQL Server (2000) db. I understand that
|
| new sql server database with visual web developer 2005 express edition | 13 Jul 2006 17:39 GMT | 1 |
I tried to create a new sql server (express) database with visual web developer 2005 express edition. I opened the database explorer and right clicked at data connection. But in the following menu the entry "Create new sql server database" wasn't accessible. Does someone know the ...
|
| OLEDB connection from ActiveX DLL | 13 Jul 2006 16:50 GMT | 1 |
I have written an ActiveX DLL that does lookups in a SQL Server Express 2005 via ODBC. This works fine but is horribly slow. I would like to test the possible speed improvement with an OLEDB connection, but can't make it work. All I get for an error is "Login failed for
|
| help, database lookup | 11 Jul 2006 21:03 GMT | 2 |
I am doing a small job which needs to match up a product code with the database entry and return the field that indicates the stock on hand. I am using access 2000 fior the database , it has three fields , the product code has 28 alphanumeric digits and has been made the index.
|
| How can I get the value incorrect | 11 Jul 2006 16:06 GMT | 3 |
Hello all, I am writing a program about the database. The part of program as follow For i = 0 To 3 str_detalle = "rs_editfac!mem_DETALLE" & (i )
|
| ADODB Recordset returning indifferent value based on Regional Settings | 11 Jul 2006 13:34 GMT | 1 |
Hi we have a VB6.0 application, where the ADODB Recordset "rs(!Amount)" returning indifferent value (Regional Settings modified) as "4523480000" but where the actual database value is "452348". any reason why this strange behaviour. how do i get the original value
|
| Database connection query | 11 Jul 2006 09:17 GMT | 2 |
On a whim, I downloaded the free version of Oracle 10gXE and installed it. As I have only ever used Access databases before I was wondering if there was a preferred way of dealing with Oracle. I usually use the
|
| REPLACE and other VBA function in Access SQL | 10 Jul 2006 20:51 GMT | 4 |
Why the REPLACE function does not work in Access SQL? Where can I see the list of all such VBA functions that do not work? Are there some tech articles in MSDN? May they will be working in the future versions of the ADO?
|