Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-15-2004, 11:00 AM
Member
 
Join Date: Oct 2004
Posts: 53
Default password protected access database

can anybody guide to conect to password protected access database
Reply With Quote
  #2 (permalink)  
Old 10-15-2004, 01:32 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:password protected access database

For a mdb file, you can use a connection string like this

Code:
var connstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=mymdb.mdb;Persist Security Info=False;Jet OLEDB:DataBase Password=mypassword";

var conn = new ActiveXObject("ADODB.Connection");
conn.open(connstr);
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:17 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.