473,320 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Whats wrong with this provider ??

Provider=Microsoft.Jet.OLEDB.4.0;UserId=Admin;Pass word=teste;Data
Source=C:\Inetpub\wwwroot\inktoner\dados\db_inkton er.mdb;Persist Security
Info=True

I can't connect in my database !
whats wrong ??

tks


Nov 17 '05 #1
5 1965
LP
On Thu, 14 Aug 2003 11:44:00 -0300, "Alexandre Martins"
<ma****@alexandrem.com.br> wrote:
Provider=Microsoft.Jet.OLEDB.4.0;UserId=Admin;Pas sword=teste;Data
Source=C:\Inetpub\wwwroot\inktoner\dados\db_inkto ner.mdb;Persist Security
Info=True

I can't connect in my database !
whats wrong ??

tks


What was the error message?

Nov 17 '05 #2
Hi

Try with the following connection strings:
Standard security:
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;User Id=admin;Password=;"
Workgroup (system database):
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;Jet OLEDB:System
Database=system.mdw;","admin", ""
With password:
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;Jet OLEDB:Database
Password=MyDbPassword;","admin", ""

HTH

Ravikanth[MVP]

-----Original Message-----
Provider=Microsoft.Jet.OLEDB.4.0;UserId=Admin;Pas sword=te ste;DataSource=C:\Inetpub\wwwroot\inktoner\dados\db_inkto ner.mdb; Persist SecurityInfo=True

I can't connect in my database !
whats wrong ??

tks


.

Nov 17 '05 #3
i tested this strings....and this functions
Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=c:\inetpub\wwwroot\inktoner\dados\db_inkton er.mdb;Jet OLEDB:Database
Password=x

tks people !


"Guenther Liebowitz" <do****@aol.com> escreveu na mensagem
news:Oc**************@tk2msftngp13.phx.gbl...
I already tried that and it didn't work at all. Maybe I should switch to a
real database.


"Ravikanth[MVP]" <dv*********@hotmail.com> wrote in message
news:09****************************@phx.gbl...
Hi

Try with the following connection strings:
Standard security:
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;User Id=admin;Password=;"
Workgroup (system database):
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;Jet OLEDB:System
Database=system.mdw;","admin", ""
With password:
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;Jet OLEDB:Database
Password=MyDbPassword;","admin", ""

HTH

Ravikanth[MVP]


Nov 17 '05 #4
yes, functional yes....
i found this in microsoft help....
"Guenther Liebowitz" <do****@aol.com> escreveu na mensagem
news:#p**************@TK2MSFTNGP10.phx.gbl...
Well sure it does but what about the frammer switch? Is it still functional?

"Alexandre Martins" <ma****@alexandrem.com.br> wrote in message
news:eG*************@TK2MSFTNGP10.phx.gbl...
i tested this strings....and this functions
Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=c:\inetpub\wwwroot\inktoner\dados\db_inkton er.mdb;Jet

OLEDB:Database
Password=x


Nov 17 '05 #5
Amazing...usually the Frammer Switch goes balistic when you use that coding
technique.

"Alexandre Martins" <ma****@alexandrem.com.br> wrote in message
news:ud**************@TK2MSFTNGP12.phx.gbl...
yes, functional yes....
i found this in microsoft help....
"Guenther Liebowitz" <do****@aol.com> escreveu na mensagem
news:#p**************@TK2MSFTNGP10.phx.gbl...
Well sure it does but what about the frammer switch? Is it still

functional?


"Alexandre Martins" <ma****@alexandrem.com.br> wrote in message
news:eG*************@TK2MSFTNGP10.phx.gbl...
i tested this strings....and this functions
Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=c:\inetpub\wwwroot\inktoner\dados\db_inkton er.mdb;Jet

OLEDB:Database
Password=x



Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Chris Geerdink | last post by:
combo with PHP. what is wrong with the Javascript? else { include("mysql.php"); $query1 = mysql_query("INSERT INTO gbook (naam, email, text) VALUES ('".$_POST."', '".$_POST."',...
3
by: Ruslan Shlain | last post by:
I cant get this to work in C#. It works in VB.NET. OleDbConnection Conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + FilePath + ";Extended...
3
by: mahsa | last post by:
Hi do you know whats wrong with this code? <asp:HyperLink id="HLink_Help" runat="server" NavigateUrl='<%# "javascript:window.open('comments.aspx?id=1,width=500,height=600, scrollBars=yes');"...
7
by: Mike Barnard | last post by:
It's a simple test... VERY SIMPLE. But... In an external stlyesheet some attributes don't show. With the same styles cut and pasted to the test internally it works as expected. Anyone tell...
4
by: Jan | last post by:
Yesterday I got the idea to use remoting for the test interface between our Windows Xp Embedded - based device and our system test application. I started looking in the MSDN help and made the code...
1
by: twsaustralia | last post by:
Public Class Customerdetails Inherits System.Windows.Forms.Form Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...
5
by: islayer | last post by:
can someone tell me what is wrong with the bold code? i am just learning perl. the program should create a perl file with a random name (5 letters, followed by a number), but the name is always just...
7
by: studentofknowledge | last post by:
im trying to add form data in to my local sql 2005 database but having a lot of trouble. I have searched the web but im coming across misleading information time and time again. below is my code ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.