| Thread | Last Post | Replies |
|
| XML and VB6 | 14 May 2005 17:14 GMT | 2 |
I'm new to all this XML stuff. Not new to VB6! Been searching online for example. I've seen some files using WinHTTP, and others using DOMDocuments (via the MS XML library) Since I'm learning, I'd like to just focus on one.
|
| export ado recordset to csv format | 14 May 2005 04:14 GMT | 3 |
I'm having trouble exporting or converting an ADO recordset to a comma separated (CSV) file. Does anyone have any sample code that works?
|
| [Newbie] Creat query in Access using VBA | 14 May 2005 03:13 GMT | 2 |
hi all, i am a newbie in all these Access and VBA. i have a databas using Access 2003, i can write a SQL statement no problems at all. bu trying to use a Form to modiy/create a query and that i just havn't clue where to start from!
|
| why this error?? help me please!! | 14 May 2005 01:59 GMT | 1 |
Private Sub Command2_Click() If Text1.Text <> " " Then If MsgBox("Vuoi cancellare la chiamata?", vbYesNo + vbDefaultButton2) = vbYes Then
|
| updating a table with the row that is not already present in a tab | 14 May 2005 01:24 GMT | 1 |
I'm new to Visual Basic .Net and I'm using it to develope a scheduling application.I have a table say "Stage Two" which has fields WO#, Cus , Date, AG#(This is the primary key for this table). I have another table "USER ENTRY" WHICH HAS FIELDS ID, WO#, cUS, dATE, AG#(This is the ...
|
| Using Access 2000 db with VB 6 | 13 May 2005 19:46 GMT | 1 |
I get this error message when I try to get data from an Access 2000 database: Syntax error in From clause. This is the provider I'm using: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and
|
| I get error message "...Connection Server (local) failed". | 13 May 2005 19:22 GMT | 2 |
I use ADO. this code is writen by me: ADOConnection1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\file.xls;Extended Properties=Excel 8.0" ADOConnection1.Connected= True
|
| display recordset values | 13 May 2005 18:22 GMT | 4 |
I am a novice at ADO and mainly using someone else's code. I am trying to display a name via the code posted here. I have my recordset. Now how do I assign the values in the record to PName? I know how to do the syntax in general. But I'm not sure how to use the recordset. For ...
|
| ODBC Deployment | 13 May 2005 05:35 GMT | 2 |
Currently getting the error .... Couldn't find installable ISAM Trying to develop some code to open a dBase IV database using a Data Object. This worked in Win98, but not on a Win2K machine.
|
| Novice needs help | 13 May 2005 01:44 GMT | 29 |
Can someone recommend an excellent text for a beginner in DAO? The texts that I have seem to skim over what I believe may be my problem. I am using VB6 SP6 with XP home edition SP2. I have a program that works on both my PCs, a copy given to a friend results in problems. My old ...
|
| How to update a progressbar while filling a DataSet | 12 May 2005 20:23 GMT | 3 |
I am opening a connection to a database and getting records into a DataSet using the fill method of a OleDbDataAdapter. For many records, this takes a long time, and I would like to display a progress bar showing the number of records retrieved as a percentage of the total.
|
| Automation Error | 12 May 2005 15:57 GMT | 1 |
I ran into the automation error in VB when I tried executing my DLL. I instantiated the DLL: Public withevents objLogin as cLogin.Login Set objLogin = new login
|
| no more connection wizard for oledb in 2005 Express ? | 12 May 2005 15:41 GMT | 2 |
I can not find anything equivalent to the connection wizard for Oledb that is in .NET 2003. I could navigate to an ACCESS .mdb file and a connection with string was generated. With 2005 Express, when I right click on the connection icon, I get a dialog
|
| Display 'Where' criteria passed from VB Code on an Access Report | 12 May 2005 15:18 GMT | 1 |
I have a Access 2002 database with reports. I am forming a query dynamically in my VB front end with 'where' condition, and opening an access report using Docmd.openreport command. For example:Acc.DoCmd.OpenReport "AllAssociationsOfAPersonAsOnDate",
|
| transferring data from SQL 2000 to MSDE using ADO | 12 May 2005 11:43 GMT | 4 |
I am creating a system that runs on SQL 2000 at the office but the agents will have a copy of the database running through MSDE on their laptops. I need to be able to transfer the data between the two, the process would be as follows
|