|
|||||||
| Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
DriverHeaven Junior Member
Join Date: Sep 2004
Posts: 61
Rep Power: 0 ![]() |
HELP! VB 6.0 database
Hi,
I need help on the codes on how to code a database using SQL and MSACCESS similar to VB.NET... i've learnt it in .net but i don't know how to do it in vb 6.0... please help many thanks! |
|
|
|
|
|
#2 |
|
DriverHeaven Senior Member
Join Date: Dec 2004
Location: Inside DriverHeaven
Posts: 856
Rep Power: 46 ![]() ![]() |
Apologies for the late reply
You can use ADO for your database needs. Not as good as ADO.NET, but it gets the job done (and it's built in Windows)
__________________
|
|
|
|
|
|
|
|
DriverHeaven Junior Member
Join Date: Sep 2004
Posts: 61
Rep Power: 0 ![]() |
ADO?... VB6.0 can't do it??
|
|
|
|
|
|
#4 |
|
A Legend in Underwear
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 70 ![]() |
VB has no native database support - you have to reference ADO objects.
One thing to remember though is that ADO in VB6 doesn't use connection pooling, so you'll either have to write your own pool management or just use a global connection.
__________________
Gentoo Linux - Developer (baselayout) Read my blog "I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." Stephen Roberts |
|
|
|
|
|
|
|
DriverHeaven Junior Member
Join Date: Sep 2004
Posts: 61
Rep Power: 0 ![]() |
OH NO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!......
ok thx alot for that info...
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|