| Thread | Last Post | Replies |
|
| SQL connection | 03 Sep 2004 17:42 GMT | 1 |
I'm creating an aplication to write and read data from database. I need to use user authentication, not build-in account name and password. I can't hold this parameters in file. What i must do? Maybe set in SQL for SQL authentication?
|
| load data from Access to SQL | 02 Sep 2004 17:08 GMT | 17 |
I'm writing a VB6 app to load data from Access97 to SQL2k. I've successfully written code to connect to both datasources but am unsure on how to proceed from here. What's the best way to load an Access table to SQL? Do I get the Access data into a rs then load it to sql? If so, ...
|
| selecting fields from multiple databases in sql | 02 Sep 2004 05:37 GMT | 2 |
i have two files that i want data from both. the second file has lots of fields. i now i could use an sql statement such as "select customer.custnum,loans.loannum, loans.amount,loans from customer,loans", and keep listing all the fields in the loans table to get the result, but is
|
| vb/ado update field problem. | 02 Sep 2004 03:04 GMT | 2 |
have a recordset which is populated by an sql query similar "select customer.custnum,customer lname+customer.fname as name,loans.loannum,loans.writeoffdate from customer,loans where customer.custnum=loans.custnum". notice the lname+fname field. when i
|
| ADO beginner questions | 01 Sep 2004 23:47 GMT | 4 |
Sorry this is such a stupid question. Sorry this is such a long post. There, now I've got my self-aggrandizement out of the way...
:-) |
| export SQL Server and Access to CSV | 01 Sep 2004 16:24 GMT | 4 |
Can someone point me toward code samples on how to export from SQL Server and/or Access to a delimited text file and also importing the same into the tables?
|
| Migrate Access app to VB.NET | 01 Sep 2004 15:22 GMT | 3 |
I'm curious if there are tools to help me migrate my Access 97 application to VB.NET. In particular, is there a way to automatically convert the forms in the Access application to VB.NET Windows forms? Many of the forms are data-bound, and would need to be converted to VB.NET
|