Problem connecting to access using NT -
I am using Dao to connect to access.
The program works on Win9x (2000, but thats the machine I have Vb installed on)
It won't work on NT machines.
When I try to connect, I get a window called "Select Data Source"
I click on MSAccess, and then I get a run-time error '3146' ODBC Failed
What gives?
Seahag
Distributed Database (System) Question -
Hello,
I am using an access database (2003), I have a problem in connecting with remote databases because folder sharing among the computers are not allowed according to the guidelines given to us.
What I need is to set up each database of every computer as a server so that ot
Opinions on recommended set-ups -
Ok,
Let's say I can't afford SQL server for the time being.
What would you say is my next strongest solution over a network?
A VB FE connecting to a .MDB BE via ADO
A .MDB FE connecting to a .MDB BE via linked tables
A VB FE connecting to a Foxpro BE
are there any o
Connecting MS access remotely -
A few of us, all new to Java, are working on a design project for school and are having difficulties connecting to a MS-ACCESS database on a remote server. We know the IP Address, Login and Password for the server as well as the database name.
Does anyone know of a driver that will
Connecting Access 2000 with ADO -
hi all,
i m facing a problem of conecting to access 2000 with ADO.
previously i was using access 97 and i had no problems but then when i converted my access 97 file to access 2000 file i started gettng problems.
i have also changed the provider from MICROSOFT.JET.OLEDB.3.51 TO ..
need help connecting a MS Access DB to VB.net -
im new in vb.net so...
can someone explain or provide me codes for connecting ms Access to vb.net?
thanks!
Crystal Viewer not showing all data -
ummm...not really sure what your problem is. Obviously, the viewer is showing you all of the data but what are you trying to do? How are you connecting to the report. How does the report access the database? What kind of data are you connecting to (SQL, Access, Informix, etc). If
Advice Needed - Database Selection for Application -
Im developing an application that will require the usage of a database, it will need to a very large index of files on a system and therein lies the problem.
I had planned on using Access 2000, but say a user has hundreds and thousands files on a system, the database would fill up r
Problems connecting to a Website Access db -
I want to update the information in my Website Access databae but I am having difficulty connecting to it from a home PC. Anybody has a working VB script showing the Website name, table being accessed, etc ?
Problem with connecting to Access database -
Hi, all! I am a VB newbie just started learning VB.
I've tried connecting the Nwind.mdb database from VB with DAO through the step by step tutorial in my reference book. Everything goes so well, with no problem at all.
But when I create a small database of my own(eg.friends.mdb
[2005] Table Adapter Config Wizard On An Access 2007 Database -
I am using an access 2007 DB, if I am connecting using the connection string like this "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\myPath\myDB.accdb;Jet OLEDBatabase Password=xxxxx", it was doing fine and I can successfully connect the database.
Problem arises when I
connecting to DB -
I am quite new to ASP
but is it the same as the general VB codes when connecting to a db?
Do we connec using recordset , connectionstring?
can someone give me an idea of how ASP works with DB access?
thank you
Access 2000 and ADO -
Hello,
I am using the ADO control, connecting with Jet 4.0 in Access database. Computers with office 2000 have no problems connecting. computers that either don't have Access or have Access 97 come up with this error:
2147467259 - Specified driver could not be loaded due to system e
Error 3633 -
Ok, sorry again, but I ran regsvr32 dao360.dll and it was successfull, but the program will still not work when connecting to the access 2000 database. If I make the database access 97 and reference dao3.5 dll it works perfectly. What is up here? Does anyone have any information as
Remote Access -
We have an SBS 2003 server here connecting to a router. On this server we have VNC, and Netmeeting, plus remote desktop installed.
At the moment our external IT company can connect through our router and have full access to our server. Is there a setting anywhere which prevent all re
Connecting to Access2000 database -
HI ,
I never tried to connect to a Access 2000 database before .. I am using the same syntax used for connecting to Access 97 but it is giving me an error ..
this is the line that i am using .. Can someone tell me whats wrong with it .
cnn.Open "Provider=Microsoft.J
VB6 connecting to Access XP problem <<resolved!!!>> -
Hi all,
Just wondering if you could help me with a problem I'm having..
I'm trying to connect an already set up Access (XP) database to Visual basic 6. I have not installed any service packs for VB.
When I try to connect using the data control I get the following error (attach
Connecting Problems -
I have problem connecting to databases with password, someone can tell the string connection(Ado), and where can i get the user.
Problem in connecting VB with Access by DAO -
I am using DAO for accessing the access data base with VB form. It is working good, but if there is no data in some field then it is showing error "Null value can't be assigned to text box"
Please tell me how to solve this problem.
Thank You,
Mangua.
ADO contros -
connecting to the access database using Ado controls. after connecting, how can i reference a table in the same database to call some fields.
Problem connecting Ms-Excel Spreadsheet to VB.Net -
I have problem connecting my data held in Ms-Excel to my VB.Net version 2003. Could someone assist me out with sample code and steps to follow in doing this. Though I am familiar with the ADO.Net (with databases).
TCP-connection remains in State "Connecting" -
Hi,I'm ran into a problem with my LAN-application.
I'm connecting six applications over a LAN and for testing on one PC (using the loopbackIP). I have that running, but (out of a sudden?) I'm uable to connect a special type of the clients. Since all types are using the same code (serv
Is it possible to view an Access report without Access -
I have a vb app with a reference to ms access object 9.0 Library will be connecting to a server that contains an access db.
I want to be able to display reports from that db - without office installed on mt client computer.
Is this possible?
Access Database in VB 2008 -
I am trying to learn VB 2008 and have a problem that I can't resolve.
The program instructions for using the Data Source Cofiguration Wizard connecting to connect Access database ask me to click "Browse" in the "Add New Database" dialog box after making the selec
connecting to SYSDBA user in Oracle -
hello, Im using VB6 and connecting to an Oracle 9i db via ADO.
My tables are stored in the SYS folder and am having a problem while accessing these from VB.
While connecting to Oracle as username: sys, pswd: change_on_install, the following error message is seen:
'Test connection
error in connecting to Access DB... -
hi all,
i am using ADODB.Connection object to open a connection to Access Database. The database has set its password.
the problem is it gives error like this:
'The workgroup information file missing or opened exclusively by another user'
what does this mean?
please help me
Problem to do with the winsock state. -
Help i got a problem that is doing my head in. I have a utility which uses winsock, where users connect to a host etc. This works fine. I added a chat system into this using the same ideas, but i got a problem. Sometimes when the client connects they r unable to send and receive messag
[2005] Prefered method of Connecting to a remote Access 2003 Database. -
Hello community,
WHat is the prefered method fo connecting to a 2003 access database backend(tables only) using a VBNET 2005 front end application for distribution.
Please Dont ask why its access 2003 backend... that desision was made way above my pay grade...
THanx for any
connecting 2 SQL servers through dialup -
could anyone please guide me connecting 2 Sql 2000 servers through the dia up. I have been trying connecting them thrugh the RAS, windows authentication and the SQL authentication but nothig seems to work when it comes to connecting the databases. I have no probem in windows authentica
Connecting Access 2003 with VB 6 -
Hello Experts,
I am currently doing a project in VB6 and Access 2003 using "Data Control". In the "connect" property of data control I don't have an option for "Access 2003". I received error messages. I tried several ways and finally I found a solution
Run TIme Error When Connecting to Access DB -
I am getting the following Run TIme Error When Connecting to an Access DB:
'Run-time Error 430 Class does not support
automation or does not support expected interface'
The application was packaged on a Windows 2000 Platform and works ok when installed on 2000 and on NT. However
Run TIme Error When Connecting to an Access DB -
I am getting the following Run TIme Error When Connecting to an Access DB:
'Run-time Error 430 Class does not support
automation or does not support expected interface'
The application was packaged on a Windows 2000 Platform and works ok when installed on 2000 and on NT. However
Connecting to SQL Server -
Dear All
I have never used SQL server and need to connect to it and create reports from SQL strings using DAO as it is an old system.
Can anyone provide any code samples of connecting and creating recordsets.
I presume once the connection is established the code is the same as
Doco on SQL -
I am porting a VB app that uses an Access DB to a SQL DB. It is connecting to the DB just fine (funny that) but it is connecting in "firehose" mode, so it keeps trying to send updates. Each update takes, but since there is that lingering error message, it doesn't realize it
connecting to access -
i cant get VB 5 to connect to ms access 2000
it connects to ms access 97 but not 2000
this is probably coz VB 5 is old
is there a way to fix this?
without using access 97?
thanks alot
Need help from some gurus! -
I want to learn when connecting to mysql do we need to run mysql from the command prompt explicitly.Because until yesterday I thought that when using myodbc driver it will
connect to db without running mysql .While connecting to access dbs by using
dao or ado we don't run access pro
Problem with ADO Connect -
I have a problem with connecting through Ado to an Access DB
I have read the Tutorial at the top of the page before anybody asks, and have indeed used the code within it ( although i have been trying to create my own ADO.cls)
Now my problem is that when i try and execute the conn
[SSL][Winsock]Connecting trught -
Hy there i have one big problem. Im writing this application for connecting to http server with winsock and it works great but i have one problem. The connection to that server is have to be secured with ssh.
How i do that? Im complitly new to secured connections.
Tnx for help.
Question for Home PC network -
Hi,
I have two PC connecting together as a workgroup and also connecting to the wireless router for internet.
The problem is for some reason PC1 cannot PING PC2, but PC2 can PING PC1.
Both PC DON'T have any firewall/anti-virus/spyware killer running.
Both PC can go out to i
Connecting to REMOTE Access DB -
My Problem: I need to connect my VB application to a remote Access DB. Most of the examples I see of how to do this use a DSN, but I don't see how that helps me since the main program will never be running on the server! If I code the connection, it seems to me I would have to give
Doesn't Allow Multiple Threads -
I get this Error Off and ON when connecting to an HP3000
system. HP provided some new drivers and said the error
was known.
However I still get it.
When the error occurs Nothing gets recorded in the
ODBClink.log.
When Connecting to via the ODBC using Access the error