| Thread | Last Post | Replies |
|
| adding/updating Access DB with VB6 | 24 Feb 2006 09:55 GMT | 2 |
I have an access database with 2 tables. One table contains names. The other contain 3 fields that are linked by name. I'm using ADO in VB. What I want to be able to do is add information to the 3 fields that are linked to the name. So if name = "Dave" then addnewrecord to the ...
|
| Converting a date into a day of week | 24 Feb 2006 09:16 GMT | 4 |
Does anyone have a function that returns the day of week (Sun-Sat) from a user supplied date (4/12/2006). Thanks! Ron
|
| updating/adding access DB with VB | 24 Feb 2006 09:01 GMT | 11 |
I have an access database with 2 tables. One table contains names. The other contain 3 fields that are linked by name. I'm using ADO in VB. What I want to be able to do is add information to the 3 fields that are linked to the name. So if name = "Dave" then addnewrecord to the 3 ...
|
| database update | 24 Feb 2006 08:50 GMT | 1 |
I have a table that has a list of products. I would like to display those products on a form. There would be 4 columns. ItemID Description Price QTY The first three would be pulled from my products table the last one would be
|
| Passing variable to SQLDataSource in VWD | 24 Feb 2006 08:45 GMT | 1 |
What is the proper syntax for this command in Visual Web Developer Express UpdateCommand= "Update Table set A= '" & <% Session("XX") %> &"', B=@b". I am trying to pass the data stored in the Session("XX" ) to the SQL and I am getting an Error on that systax.
|
| Importing a table | 24 Feb 2006 08:41 GMT | 2 |
I'm using VB3 and Access2003 and DAO. I am trying to import a table from one mdb into another mdb. I can successfully open the source database as readonly and the destination database as readwrite. I am trying to use the statements
|
| GUID | 24 Feb 2006 08:35 GMT | 3 |
I am trying to create a GUIID unique number but cant find the create GUID button anywhere, I am using VB.net 2005 pro and am sure I had it in my other job.???
|
| connecting to an access database | 23 Feb 2006 19:32 GMT | 2 |
im trying to connect to a microsoft access database from an ASP.NET web form. i keep getting the following error though: ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Could not use
|
| Unable to open file saved as rsData.Save oStream, adPersistXML | 23 Feb 2006 17:42 GMT | 1 |
I have a process that creates a recordset and saves it using : rsData.Save oStream, adPersistXML to a field in SQL Server. 99.9999% of the time the file that was saved to the database is able to be loaded into a recordset using:
|
| Finding field sizes from DBASE database | 23 Feb 2006 14:45 GMT | 1 |
my question is, How can I find the field sizes from a DBASE IV database. I am using VB6. I can successfully retrieve the column names but I dont know how to retrieve the field types and sizes.
|
| multiple column primary key problem | 23 Feb 2006 14:20 GMT | 8 |
if my data table is using 3 or 4 fields as primary key, can i check is it the uniqe when the user updating information in datagrid? thanks so much
|
| Unable to Update Access Table | 23 Feb 2006 13:20 GMT | 2 |
Help! I've created an OLEDB DataAdapter by drag & drop onto my form and automatically generated the update SQL statements, opened the connection, filled a dataset closed the connection, amended the first item of the first row, accepted the changes to the dataset, confirmed the ...
|
| Importing/Reading Excel Spreadsheets in VB App | 23 Feb 2006 07:41 GMT | 2 |
Hi gurus I have a VB6 app in which I need to read data from an Excel Spreadsheet.worksheet row by row. I was going to import the entire Spreadsheet.worksheet into an Access
|
| Connection to SQL server on Static IP address | 23 Feb 2006 02:20 GMT | 1 |
Thanx in advance Help required on setting up a connection to SQL database through VB6 application over Internet.Database is hosted on machine having static IP address.Database has to be connected through public interent from VB6
|
| Intermittent Error 91 on Class Object | 22 Feb 2006 19:14 GMT | 4 |
We have a Outlook add-in programmed in VB6. It uses the Redemption library to avoid Outlook security warnings. The instancing for the main class module is 6-GlobalMultiUse. We are experiencing an intermittent Error 91 condition in certain
|