MSFN Forum: [vb] Linking A Database To Visual Basic. - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[vb] Linking A Database To Visual Basic. Use Visual Basic to create a form Rate Topic: -----

#1 User is offline   logan 

  • Group: Members
  • Posts: 1
  • Joined: 27-November 03

  Posted 27 November 2003 - 10:45 AM

How do I link my Access database to Visual Basic, so that I can use VB as the front form and the information that I enter is stored in the database.

Can anyone please help.

Cheers

Logan


#2 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,482
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 November 2003 - 07:49 PM

I don't do database very much but I have looked at it. On planetsorcecode.com theres an app called Universal DB editor. It was informative. Universal DB Editor That or look for the GARAGE-PROGRAM.

#3 User is offline   Wqasz 

  • Group: Members
  • Posts: 1
  • Joined: 31-December 03

Posted 12 January 2004 - 03:50 PM

ODBC


Standard Security:

"Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\mydatabase.mdb;Uid=Admin;Pwd=;"



Workgroup:

"Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\mydatabase.mdb;SystemDB=C:\mydatabase.mdw;"



Exclusive:

"Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\mydatabase.mdb;Exclusive=1;Uid=admin;Pwd="

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy