Ask a Question related to ASP Database, Design and Development.
-
Laphan #1
OLE DB connection with password
Hi Guys
I know I've moaned about this recently, but all I want is a copy and paste
example of the following:
MyVar = OLEDB connection to an Access DB with a database password
Can you help??
A helpful poster told me that my connection attempt was OK, but my params
further down the line might be at fault. Are there differences in ADO
Connection, Command & Recordset code between the ODBC connection and the OLE
DB connection? If there are, what are the fundamental ones?
Many thanks.
Rgds
Laphan
Laphan Guest
-
Cannot get a connection -incorrect password
I'm trying to setup Contribute CS3 for the first time. I've selcted FTP and filled in the host name, username and password but get a 'username or... -
Contribute CS3 Connection Key Password Bug
Symptom: Some Contribute Administrators may experience the error message "Your FTP username or password is incorrect." when importing a Connection... -
Connection Key Password
When a user gets e-mailed the connection key and clicks on it to install, they are asked to provide a name, e-mail ID and password. Our... -
Connection String using name and password
Hello, Can anyone point me to a connection string for ASP to connect to an MS Access database using a username and password? Thanks in... -
Adding password to data connection
Hi can anyone tell me how to add a password to using this connection string pls <% set conn = server.createobject ("ADODB.connection")... -
Aaron Bertrand - MVP #2
Re: OLE DB connection with password
What does "at fault" mean? Could you show your connection string, and the
error you're receiving?
"Laphan" <news@FrozenNOSPAMMoles.co.uk> wrote in message
news:bm4k0j$pek$2@sparta.btinternet.com...OLE> Hi Guys
>
> I know I've moaned about this recently, but all I want is a copy and paste
> example of the following:
>
> MyVar = OLEDB connection to an Access DB with a database password
>
> Can you help??
>
> A helpful poster told me that my connection attempt was OK, but my params
> further down the line might be at fault. Are there differences in ADO
> Connection, Command & Recordset code between the ODBC connection and the> DB connection? If there are, what are the fundamental ones?
>
> Many thanks.
>
> Rgds
>
> Laphan
>
>
Aaron Bertrand - MVP Guest
-
Bob Barrows #3
Re: OLE DB connection with password
Laphan wrote:
I repeat: your connection string is fine. Your problem stems from having> Hi Guys
>
> I know I've moaned about this recently, but all I want is a copy and
> paste example of the following:
>
> MyVar = OLEDB connection to an Access DB with a database password
>
> Can you help??
>
> A helpful poster told me that my connection attempt was OK, but my
> params further down the line might be at fault. Are there
> differences in ADO Connection, Command & Recordset code between the
> ODBC connection and the OLE DB connection? If there are, what are
> the fundamental ones?
>
> Many thanks.
>
> Rgds
>
> Laphan
table or fields with reserved words as their names. I even gave you a link
to Aaron's FAQ page that listed the reserved words. If you need further
help, you've got to supply us with some more code to look at. Let's see your
SQL statement.
Bob Barrows
Bob Barrows Guest



Reply With Quote

