HardwareHeaven.com
Looking for the skin chooser?
 
 
  • Home

  • Reviews

  • Articles

  • News

  • Tools

  • GamingHeaven

  • Forums

  • Network

 

Go Back   HardwareHeaven.com > Forums > Software / Tools > Programming, Coding, (Web)Design


Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people.

Reply
 
Thread Tools
Old Mar 29, 2005, 04:47 PM   #1
DriverHeaven Junior Member
 
Join Date: Sep 2004
Posts: 61
Rep Power: 0
saberj is on a distinguished road

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!
saberj is offline   Reply With Quote


Old Apr 9, 2005, 02:22 PM   #2
md5
DriverHeaven Senior Member
 
md5's Avatar
 
Join Date: Dec 2004
Location: Inside DriverHeaven
Posts: 856
Rep Power: 46
md5 has a spectacular aura aboutmd5 has a spectacular aura about

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)
__________________
md5 is offline   Reply With Quote
Old Apr 11, 2005, 07:15 AM Threadstarter Thread Starter   #3
DriverHeaven Junior Member
 
Join Date: Sep 2004
Posts: 61
Rep Power: 0
saberj is on a distinguished road

ADO?... VB6.0 can't do it??
saberj is offline   Reply With Quote
Old Apr 11, 2005, 10:52 AM   #4
A Legend in Underwear
 
UberLord's Avatar
 
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 70
UberLord will become famous soon enough

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
UberLord is offline   Reply With Quote
Old Apr 11, 2005, 05:21 PM Threadstarter Thread Starter   #5
DriverHeaven Junior Member
 
Join Date: Sep 2004
Posts: 61
Rep Power: 0
saberj is on a distinguished road

OH NO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!......
ok thx alot for that info...
saberj is offline   Reply With Quote
Reply

Bookmarks

Thread Tools