o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

not a valid accountname or password -

i am connecting to access-2003 from VB6 with .mdw file
for security.
.mdw file resides in the application path.

my connection string is like this...
'.............................................
sub open cnn()
dim pathway,sysway as string ' databse and .mdw file path
dim cnn_string as string
dim cnn as adodb.connection
set cnn = new adodb.connection
pathway = app.path & "\mydaatabase.mdb
'not set any database password
sysway = app.path & "\security.mdw"

cNn_String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & pathway & ";Jet OLEDB:System Database=" & sysway & ";User ID=07661370;Password=26101972;"

cnn.open cnn_string ' this one failed with error
cnn.open cnn_string,07661370,26101982 ' same error
'..........Error detail...............
'-2147217843
'not a valid account name or password
'..........................................................

'i fed up with this, from past 20 hrs i am working on this
'may i have any help please
end sub

 

not a valid accountname or password -
i am connecting to access-2003 from VB6 with .mdw file for security. .mdw file resides in the application path. my connection string is like this... '............................................. sub open cnn() dim pathway,sysway as string ' databse and .mdw file path dim cnn_string a


[2008] Need help adding content from textbox to mysql database -
Hello, im working on an application that allows you to create a login. It's suppose to add the content from textbox 1 as your username, the content from textbox 2 as your password. So far this is what i got Code: Imports System.Data.SqlClient Public Class Form1 Dim myCon


How to Denormalize XML data using VB -
I there any way I can denormalize the XML data using XMLDOM or something? (MSXML 2.0/3.0) <orderreport> <Order orderID="233354" orderDate="02/24/2003 12:32:40 PM" orderType="live"> <Order HEader> <Accountname>z


accept a valid password -
My project is supposed to accept a user ID and password and verify it (by checking it against those listed in an Access database). If the user ID and password are incorrect, an error message will pop up. If the user ID and password are correct, it will do something else... I have th


I think this should be an easy one -
How do I setup a password for security in MSAccess and then connect it to VB at moment I have a database password and use ADODC to record password and username. When I test connection I get Datalink error, database is opened exclusively by another user. When I run program without


User names and password -
I need to set up and user name and password screen. What I need to do, is to save the list of the 2 users with their passwords (maybe on a floppy disk) and when they log on with there password, VB will check to see if their user name and corresponding password is valid, and then let t


Not a valid password, vb6 access 2003 -
I'm using vb6 with an Access 2003 DB I've already written the app then decided to encode and password protect the DB. Now I'm getting a 'Not a valid password' error when I use the following code. Code: cnT.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;"


Acess password -
I have database only with password and I true to open with VB5. The mesages that dysplay ai "not valid password". How to solwe this problem.


Access 2000 and DAO PassWords(REsolved) -
Ok here a question for for all you hard core database fans.. How do you check to see if a Database has a Password set or trap the old NOT A VALID PASSWORD error.? To explain a little more Let's say I have a database that is accessed with code and Let's say I can change,create


Retrieve domain password for a user -
Hi, How do i retrieve the domain password for a valid domain username from the Active Directory? I need some thing like below, where i will pass the valid domain username and domain names to the function and thus the function should retrieve me the domain password. strpassw


Changing Expired Password w/ ASP -
Hi, We have a web application where we want a user to be able to change his/her password if the password has expired but we are unable to do this with ASP (at the moment) because we can't log the user into the database without a valid password. We do not want to store any "ad


How to Open MSAccess data with Password protected -
Hi there! Need help on VB5. I tried number of times to Open MSAccess data(I protect with a password on it), when I run my program in VB5 & it prompt me "Run-time error 3031, Not a valid password, therefore I can't open it. Anyone can help me, how to decode MSAccess password


SQL if & "" problem -
I know there is a simple answer for this, but I am having a bad day. I am trying to build a SQL statement to retrieve data from my MySQL database. In the query below, I want to retrieve the coloums accountname, account branch, accountnumber and a text representation of the colum acc


Webbrowser failes on secure connection -
Hey I want to make a program for my grandparents. The problem is, they don't really know a lot of internet. They have a bank account which can be accessed by the internet. So I want to make a program that automatically types in the password and account name and then surfes to the accou


Password and DAO -
First of all Why Dao? Just doing an upgrade to already coded software.....There that's done....... Now I've searched the forum and everything I found did not work. I looked in the MSDN's We all Know how helpful that is sometimes... Now what I would like is to add a password to a dat


a TreeView "key" question -
Hi Everybody, Im building a simple treeview... but I trip over a run time error that tells me that: Key is not unique in collection What am I missing? (the Key ought to be the third element of these commands so unique shouldn't be an issue.) My error happens on the red-highligh


cant connect to my password database can you help -
Data1.DatabaseName = "newmusicdatabase.mdb" Data1.RecordSource = "Select * from Records Order by Rank ASC" Data1.Refresh the above is some code i have in my program. i have just added a password in my Access97 database, but now when i run it , i get runti


open dbase with password -
How do I open database with password?? I tried this set db = opendatabase("c:\dd.mdb",,,";pwd=password") but the respons was "Not a valid password" Any idee? Icesoft


Open mdb database with password in vb -
Hi, I have an access database (.mdb) with a password 'asdf'. I am trying to access this password protected database from VB with: Set db = OpenDatabase (App.Path & _ "\database.mdb", , , "PWD=asdf") I get error message '3031' "Not a valid pass


Opening database with password in VB -
Hi, I have an access database (.mdb) with a password 'asdf'. I am trying to access this password protected database from VB with: Set db = OpenDatabase (App.Path & _ "\database.mdb", , , "PWD=asdf") I get error message '3031' "Not a va


[02/03] Password case sensitivity -
in my application; when i give password(valid) it always login no matter it's in capital letter or lower letter. I mean how can i make my application to identify case sensitivity of password. i'm getting login info from database (Sql server 2000). e.g. if valid password is "sam12


Checking for Valid passwords in Access thru VB6 -
Hello What would be the best/simplest way of validating that a User password exists in an Access table from a 'Password Form' in VB6. Thanks


Plz, Need Help.... -
Dear All, To all member of Visual Basic World... Hmmm... I'm a beginner at Active Server Pages. I don't know ASP too much, just a little. Hope you guys could help me much. I only know about Visual Basic. So, would you help me guys ??? Thx a lot if you would. I've got a prob


ADSI user checking problem -
Hi, I have 2 strings holding a user's name and password, how can I check whether this user's name and password is valid inside the active directory? I believe this should be done by using the ADSI but I just can't find how to retrieve the password for a user, in order to check whe


Password Changer Help!!! -
Hey guys im making a password chnager for yahoo... i want the poepl to have to login with their id, and the prog checks if its valid pass then they can change pw.... neone that can help with the code????? i dunno how to send certain text to certain boxes on the web page help!!!!


How do I search a txt file for specific .... -
I'm trying to search a text file for a specific section of data. For instance if I had This in my text file: ACCOUNT 0 { AccountName Player1 Password mypassword } How do I get VB to open the file, search for the ACCOUNT 0 section "assuming I have more entried than just t


submit button should be deactvated before entering the password -
Hi to all, i am attaching the file for ur perview. What i want is that i want the submit button to be deactivated until the user enter the password which is there at 2nd tick option button. And once it gives the message that password is valid i want it to come to the form and activ


To any of the mods or admin -
Please could you look at the username and password for chrismitchell... I am having trouble logging back into my account for some reason.. it says that the email address is not valid and that my password isn't either... If you could email the email address for chrismitchell .. then


about ADO data control,help!! -
I use a ado data control to connect to a access db of which i've set password.My vb version is 6.0,i find that there is no password property in the data control.so,every time when i select the recordsource property after specifying the db,a message box pops up:not a valid password!


[2008] Simple question -
Hello, can someone help me with this : I want when i click on a button that : evrything typed in textbox1 and textbox2 is saved to a other file. The button is like Create account. and textbox1 is the account and textbox2 is the password. So i want that if u create a account


Access Password Problem -
I am having a problem opening my password protected database. It says: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Not a valid password Yet the password is correct. My connection string: Set cnSoccer = Server.Crea


cannot input text in the textbox -
I cannot insert any input into my textbox. Every time I insert one text or number from keyboard, I got this messagebox MsgBox "Please input valid password", vbCritical, "Warning". So How I can input full password into my textbox? Code: Private Sub Text1_KeyP


Help.. logging on to sites... -
How can I test to see if a username/password combination is valid for sites that require username:password@host.com ? Any help here would be great...


Logging into blank web page....sort of.... -
My project is supposed to accept a user ID and password and verify it (by checking it against those listed in an Access database). If the user ID and password are correct, it is supposed to open up a blank web page. If they are incorrect, it pops up an error message. I have the in


ADS Again! -
I am storing a password in an ADS file. Suppose I save the password hello. Using a CommandButton, VB tells me that the password is hello. Ok......fine.......next I decide to change the password & enter a new password, say, bye. Now when I retrieve the password, I find that the pass


Problem in Login Register -
this is the code for the login text1 = textbox where username is placed text2 = textbox where password is placed Code: Private Sub logIn_Click() Dim x As String Open App.Path & "\users.ani" For Input As 1 Do Until EOF(1) Input #1,


[02/03] Easycom Ole DB Connection problem -
I am using visual studio .net 2002 version. I am trying to connect my VB.NET application to AS400 database. I tried following steps but failed to connect. Created a WebService On design view of service1.asmx.vb copied OleDbConnection1 and OleDbDataAdapter1 from server explorer Th


MDB password prob. -
simple Password on MDB Problem I have been developing my first simple database and am almost ready to start testing it internally. I seem to be having problems with the password on the mdb file. I receiving "Not a valid password error 3010 In order to simplify I have rem


Problem accessing data source with password protected database -
Yo guys, I've got another problem. Recently I've set a password to my database. And now I'm having a lot a problem. I'm having problem accessing records from data source. The error says "Not valid password". I guess I need a coding to open the data source using my passwor


ODBC Login Control -
hi all, i need to implement an odbc connection to a informix database server on a remote machine. i manage to connect to the database server if i enter a correct password. However, the program will throw an error if the username & password is wrong. Anyone knows how to captu