| Thread | Last Post | Replies |
|
| SQL login and roles | 13 Mar 2006 12:33 GMT | 1 |
I am using VB6 SP6. I want through VB Code to determine the login to which role is member?
|
| Please help me on retrieving auto increment number using VB.net | 13 Mar 2006 10:18 GMT | 1 |
I am working on stored procedure and VB.net to handle transaction with SQL 2000 database. I have 2 tables: orders and order details. I am creating a Order form using VB.Net
|
| Query returns many times the same record (Access / VB .NET) | 11 Mar 2006 19:31 GMT | 1 |
I have a query operating on three tables on a DB based on MS Access 2003. To mine data I use VB .NET 2003 with OleDbDataReader and ListBox controls.
|
| Command string not working in ADO | 10 Mar 2006 22:16 GMT | 3 |
I have created a sql string ( a maketable query): SELECT Man.strStoreNumber, Man.strProposalNumber, Cubic.LightDutyCubic , Cubic.HeavyDutyCubic Into temp_tblDataProposal FROM (chastblDataProposal AS Man LEFT JOIN tblCADSqFootFromTextFile AS SqFt
|
| Sub or Function is not defined | 10 Mar 2006 21:36 GMT | 5 |
I am working on a db and I have a form and on this form I have a button that would perform a Run a SQL script in this SQL script i have a “where” clause When I click on the button it takes me back to the code and the “where” is highlighted and I am getting a compile error “Sub or ...
|
| What is the equivalant of First() in Access for SQL. | 10 Mar 2006 20:55 GMT | 2 |
Hi... i am currently working on switching our database from Access to SQL and while most of the required changes have been taken care of, the problem which still persisting is: We have a recordset, the query for which is somewhat like this...
|
| Importing data | 10 Mar 2006 18:50 GMT | 1 |
I'm importing a text file into my access db however the text file has the following rows that I do not want imported The First 4 rows Source File Name : CDW - Facility
|
| Conncet to Interbase db using EasySoft 7 ODBC driver??? | 10 Mar 2006 13:10 GMT | 1 |
What connection string should I use??
 Signature martinarapovic@net.hr
|
| Working with DBF Files | 09 Mar 2006 17:13 GMT | 3 |
Could anyone suggest a 3rd party component to open and edit DBF files. It would be nice if it would support the cdx index. We are using Visual Studio 2005. Thanks,
|
| VB.NET/ CAREER POSITION/ IN | 09 Mar 2006 15:20 GMT | 1 |
OMNI GROUP tgugger@sbcglobal.net 419-537-9447 VB .NET/ ...
|
| MSflexgrid problem | 09 Mar 2006 05:07 GMT | 1 |
I wanted to know how can I get the name of a column I select in MSflexgrid. All I can get is the column position. strColDel = flgDatabase.col
|
| Recordset Syntax help | 08 Mar 2006 21:02 GMT | 2 |
What is this syntax denoting for resultset rs!name as opposed to rs.RecordCount
 Signature On the Hiway to Hell... // www.informationhiwaytohell.com
|
| Insert query woes | 08 Mar 2006 17:18 GMT | 5 |
INSERT into [ALIAS] (CID, PFX, DATE_FROM, DATE_TO, DELETED) VALUES ("AA", "BB", #7/25/1942#, #7/25/1942#, true); When I paste this into Query designer, Access gives me all sorts of grief; CID and PFX are required, no default. DATE_FROM is required and has a default value. DATE_TO ...
|
| How can I stop a warning box\message box | 07 Mar 2006 23:01 GMT | 8 |
Thanks to dougles I'am a lot closer to the finish line. This is my code: On Error Resume Next Set AccessApp = New Access.Application
|
| Using ADO to write data to an Excel file | 07 Mar 2006 18:15 GMT | 6 |
i'm using VB6 example code from microsoft that produces a standard exe project which connects to an mdb file to get the data and connects to an xls file to write the data (at the end of this post i've included the url of the microsoft article that has the code).
|