473,756 Members | 2,977 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Whats wrong with this provider ??

Provider=Micros oft.Jet.OLEDB.4 .0;UserId=Admin ;Password=teste ;Data
Source=C:\Inetp ub\wwwroot\inkt oner\dados\db_i nktoner.mdb;Per sist Security
Info=True

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

tks


Nov 17 '05 #1
5 1985
LP
On Thu, 14 Aug 2003 11:44:00 -0300, "Alexandre Martins"
<ma****@alexand rem.com.br> wrote:
Provider=Micro soft.Jet.OLEDB. 4.0;UserId=Admi n;Password=test e;Data
Source=C:\Inet pub\wwwroot\ink toner\dados\db_ inktoner.mdb;Pe rsist 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=Micro soft.Jet.OLEDB. 4.0;Data
Source=\somepat h\mydb.mdb;User Id=admin;Passwo rd=;"
Workgroup (system database):
"Provider=Micro soft.Jet.OLEDB. 4.0;Data
Source=\somepat h\mydb.mdb;Jet OLEDB:System
Database=system .mdw;","admin", ""
With password:
"Provider=Micro soft.Jet.OLEDB. 4.0;Data
Source=\somepat h\mydb.mdb;Jet OLEDB:Database
Password=MyDbPa ssword;","admin ", ""

HTH

Ravikanth[MVP]

-----Original Message-----
Provider=Micro soft.Jet.OLEDB. 4.0;UserId=Admi n;Password=te ste;DataSource=C:\Inet pub\wwwroot\ink toner\dados\db_ inktoner.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=Micros oft.Jet.OLEDB.4 .0; Data
Source=c:\inetp ub\wwwroot\inkt oner\dados\db_i nktoner.mdb;Jet OLEDB:Database
Password=x

tks people !


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


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

Try with the following connection strings:
Standard security:
"Provider=Micro soft.Jet.OLEDB. 4.0;Data
Source=\somepat h\mydb.mdb;User Id=admin;Passwo rd=;"
Workgroup (system database):
"Provider=Micro soft.Jet.OLEDB. 4.0;Data
Source=\somepat h\mydb.mdb;Jet OLEDB:System
Database=system .mdw;","admin", ""
With password:
"Provider=Micro soft.Jet.OLEDB. 4.0;Data
Source=\somepat h\mydb.mdb;Jet OLEDB:Database
Password=MyDbPa ssword;","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******** ******@TK2MSFTN GP10.phx.gbl...
Well sure it does but what about the frammer switch? Is it still functional?

"Alexandre Martins" <ma****@alexand rem.com.br> wrote in message
news:eG******** *****@TK2MSFTNG P10.phx.gbl...
i tested this strings....and this functions
Provider=Micros oft.Jet.OLEDB.4 .0; Data
Source=c:\inetp ub\wwwroot\inkt oner\dados\db_i nktoner.mdb;Jet

OLEDB:Database
Password=x


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

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

functional?


"Alexandre Martins" <ma****@alexand rem.com.br> wrote in message
news:eG******** *****@TK2MSFTNG P10.phx.gbl...
i tested this strings....and this functions
Provider=Micros oft.Jet.OLEDB.4 .0; Data
Source=c:\inetp ub\wwwroot\inkt oner\dados\db_i nktoner.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
2394
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."', '".$_POST."')"); ?> <script language="JavaScript"> <!--
3
2242
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 Properties=""text;HDR=NO;FMT=Delimited"""); FilePath = "C:\\ftproot\\TOG\\"
3
2043
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');" %>'>Need Help?</asp:HyperLink> -- mahsa
7
2231
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 me why? Its probably sooooooo obvious, but it is 1.19 am! Thanks. www.thunderin.co.uk/
4
3991
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 below. My server class (RemotingServer) is located in one assembly (LibS.dll) used by the device software and the test system will use another assembly (LibC.dll) including my client class (TestConnectionRemoting). We have NO security issues -...
1
1221
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 updatecustomerdatabase("Insert INTO Customer (FirstName), VALUES cstr(txtcustomername.text)") End Sub Sub updatecustomerdatabase(ByVal sqlStr As String) Dim newcustomer As New DataTable Dim connStr As String =...
5
2320
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 the number. whats wrong with my code? #!/usr/bin/perl use Fcntl; @array = (a..z); srand; foreach (1..5) { $name = int(rand scalar(@array));
7
1573
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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />...
0
9456
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10040
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9873
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9846
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9713
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7248
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5142
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3359
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.