| Thread | Last Post | Replies |
|
| Operation must use an updatable query | 30 Jun 2008 01:00 GMT | 5 |
I have a problem with my vb6 application and MS Access database. The database has only one table. The application inserts data to this table each 1-2 seconds. strQry="INSERT INTO table (...) VALUES (...)"
|
| Should i use ADO to open a text file? | 18 Jun 2008 11:09 GMT | 11 |
I've developed a VB 6.0, SP6 program to import a fixed length fileds, ascii, text file into a new Excel 2003 workbook. I programmatically design a recordset and import the text file into the recordset using these kinds of statements:
|
| upload and display visual basic program on a website | 15 Jun 2008 05:37 GMT | 1 |
Could someone explain what would be the easiest way to display a visual basic program as a simple web site application. For instance, a simple online calculator. Thanks!
|
| simple question | 13 Jun 2008 00:19 GMT | 1 |
I have a table with a primary key. In MS Access, when I insert a row, the primary key is automatically generated on the insert statement. However, in SQL Express 2005, I need to explicity specify a value. Is there a way to set the schema to do this automatically?
|
| SQLite - Searching for the last items of binary data | 12 Jun 2008 19:26 GMT | 20 |
My problem is rather simple to describe but maybe hard to code: I need to store an integer array into an SQLite database. And I must be able to search for records that match a certain "ending". I know it's not a string so I cannot speak about "ending", but I hope you know what
|
| Help with displaying data in datagrid view on a new form | 09 Jun 2008 21:10 GMT | 1 |
Am writing a new application that would work with the database. The application is pretty simple. But, since I'm a newbie in vb I'm having problems with getting results of the SELECT statement into a window. i use an AdventureWorksLT database. I need somehow bring the result of the
|
| PostgresSQL connect string | 09 Jun 2008 11:17 GMT | 3 |
Hi does any one out there know how to build the Postgres SQL connect string for ADO connection? thanks any one who can help.
|
| Sql Server Compact 3.5 (local data) cannot update | 08 Jun 2008 11:07 GMT | 6 |
I have a issue updating a sql server compact 3.5 with code that works fine with sql server. The following extract updates the required table in sql server but does not work for the compact version?
|
| Access 2007 ODBC Connection Failed | 06 Jun 2008 13:23 GMT | 1 |
Hello, I built a database in Access 2007. The company recently switched from Access 2000. I build a ODBC connection into a view only SQL database (done many times previously in 2000) and built my database. When completed I went over to a co-workers computer to show the new ...
|
| translate statement | 03 Jun 2008 21:26 GMT | 4 |
This statement is executed in SQL Query Analyzer with no problem: UPDATE [Partial] SET InvoiceDate = null WHERE PartialID = 34855 I would like to run ADO command with that text. It fails. What should I use instead of null in the CommandText string?
|
| Get one row | 02 Jun 2008 02:42 GMT | 2 |
How do I, using an SQL statement only, get one row from a recordset. I need to get at random rows one at a time. Example: SELECT rownum 5 FROM table -Lou
|