Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Database Access / September 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Which provider....30 Sep 2005 18:39 GMT1
If I am querying a SQLServer database I normally use a connection string
based on the following:
Provider=SQLOLEDB;Password=****;Persist Security Info=True;User ID=**;Data
Source=*******;Initial Catalog=*****
DB question30 Sep 2005 05:04 GMT5
On my server machine, I have number of DSN's i.e. for Access, SQL Server,
Sybase, Oracle, Excel etc. I want to write a generic COM method using ADO by
which I can retrive the columns for a particur table for a selected DSN.
Thanks
VB6 Link to Database Problem\Tutorials29 Sep 2005 23:26 GMT5
At present I am in the process of developing an application in VB6 that is
going to need to store and retrieve data from a database.
My problem is how to do it? The database application I am planning to use
will be Access. The problem is that on the machines that will be running ...
VB FoxPro 2.6 table(dbf) SQL and Unrecognized Verb:/29 Sep 2005 22:25 GMT3
I made small app, which have to get data from FoxPro 2.6 table(dbf),
and export it to Excel worksheet. I wrote code to connect:
Dim cnn As New adodb.Connection
Dim rs As New adodb.Recordset
Multistep errors29 Sep 2005 17:10 GMT2
VB6, SP6 - using an ODBC driver for dbase tables, clientside cursor
I have an application that gives a ' 2147217887 - Multistep operation
generated errors' error. This does not seem to have any hard cause and the
offending operation can be repeated without problems. The problem ...
Sorry for ASking SQL statement29 Sep 2005 14:01 GMT2
if i have a DB that havent normalize yet, like below:
OrderNo    PartsNo    Model    Speed
00001        00001       P4          2800
00001        00002       P4          2800
date BETWEEN29 Sep 2005 08:56 GMT9
if have following:
SELECT id, date FROM resorts WHERE date BETWEEN day1 AND day2
within Access -> query everything works, but as soon as I put code in VB, and error occures.
day1 and day are public as date.
Inserts to DataSet aren't added to db - updates work fine29 Sep 2005 01:41 GMT1
Here is another newbie question, but this one is driving me crazy.
I am inserting and updating records in a DataSet, which show up in a bound
DataGrid just fine. I am also issuing a DataAdapter.Update command, and the
updates are saved to the database but the inserts are not. As ...
JET ODBC Driver vs. JET OLEDB Drvier29 Sep 2005 01:30 GMT8
Couple posts below, someone suggested that I should use the OLEDB driver for
JET instead of the ODBC driver becasue the ODBC driver for JET was buggy.
So, I changed the connection to use the OLEDB drvier for JET.  However, many
of my SQL did not work anymore.  Hours later, I ...
Runtime error 48 - MDAC component checker "mismatch"28 Sep 2005 21:47 GMT1
I have one out of 15 users suddenly getting error 48 - "error loading
dll" in one section of a VB6/ADO/Jet app.  MDAC component checker
results include the following "mismatch" listing:
- <group name="MISMATCH" count="1">
access set password problem28 Sep 2005 20:40 GMT2
after i set the password for MS Access DB, i modify the vb connection string
from
connStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = " & App.Path &
"\OrderListDBv2.mdb"
Multistep errors28 Sep 2005 16:15 GMT1
VB6, SP6 - using an ODBC driver for dbase tables, clientside cursor
I have an application that gives a ' 2147217887 - Multistep operation
generated errors' error. This does not seem to have any hard cause and the
offending operation can be repeated without problems. The problem ...
How can I get a record count when using a Command Object?28 Sep 2005 15:55 GMT3
How can I find the number of records returned when using a command object?
With adoconn
   .ConnectionString = AS400CONN
   .Open
Adding and retrieving MS Word documents in Access (via VB)28 Sep 2005 14:00 GMT2
I've seen some threads that deal with Bitmaps, but what I want to do is:
Set a field in an Access database for OLE Object
Programmatically load and retrieve Word documents to/from this field
I'm using VB6 and Access 2000 - not against moving up to Access 2003 if I
Exporting MSSQL tables with records in Access28 Sep 2005 07:03 GMT1
Can someone tell me, how to do this:
Creating Access database and table in it and moving record by record
is slow and Select Into crashes my computer.
I can't use DTS, because I use MSDE 2000
Pages: 1 2 3 4 5 6 7 8 August, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.