| Thread | Last Post | Replies |
|
| detach, move, attach again problems | 07 Apr 2006 18:27 GMT | 3 |
I created a db in ssms; I detached it and moved it into a subdirectory of a vb app. Now sql server says the database does not exist. If I recreate the database in smss, I can run an INSERT INTO using that db as the destination. However, this only works if I keep it in the mssql ...
|
| Working with a treeview and listview control | 07 Apr 2006 05:49 GMT | 1 |
Would like some help on how to setup a treeview and listview from a access database. I have a database that I would like to list the table with Job Location and a table of the Job Details. The tables are linked by a Autonumber. The first table only has one location the second ...
|
| DAO - PL/SQL question | 06 Apr 2006 13:51 GMT | 4 |
We have a Oracle PL/SQL stored procedure that returns 2 varchars. It works just fine when called from a VB.NET program. However, from a VB 6.0 application using DAO, we are not able to get return values back. Any ideas? It has to be DAO only and not ADO.
|
| Pls Help!!!! - ADODB Unknown Error | 06 Apr 2006 06:47 GMT | 2 |
Everything was fine and all of a sudden, my ADODB control on the VB6 application starts behaving strangely. It now gives me "[ADODB] Unknown Error". What I had done was tried to reinstall OLEDB 4.0 Jet Driver 8.0 which it did not let me install saying that the one that came with
|
| Commit timeing problem. Please Help | 05 Apr 2006 20:36 GMT | 1 |
Hello, I am having an issue with the ADO control in VB6. Currently the application I am working on uses an ADO control connected to an Access database. All other controls on the form are bound to the ADO control. What I have been noticing is that after doing an update
|
| FOXPRO LOGICAL FIELDS | 05 Apr 2006 20:11 GMT | 1 |
What is the correct sysntax to use in order to INSERT a value into a Logical data field? Example: A table has the following field called "SACRED" when is defined as a
|
| populate a combo listbox from a sql server database table | 05 Apr 2006 20:02 GMT | 1 |
Can anybody teach me how to populate a combo listbox from a sql server database table. Thanks in advance. WT Sit
|
| How to use MsFlexGrid? | 05 Apr 2006 19:50 GMT | 1 |
does any body can help me Why to use MsFlexGrid to display data from Query? Thank's for before
|
| AS400 OLE DB connection | 05 Apr 2006 19:22 GMT | 3 |
I am trying to connect to AS400 using OLE DB, but either using SNAOLEDB or IBMDA400 it gave me error "Run time error 3706: Provider can not be found. It may not be properly installed". I can connect ODBC Data source to AS400 using "Client Access ODBC Driver (32
|
| Need to Convert VFP8 query to ADO | 05 Apr 2006 16:04 GMT | 10 |
Here is the VFP8 query, need some help in converting to ADO and VB6. SELECT distinct substr(wgn,2,2) as num; FROM &pcoilsdbf.; WHERE Pcoils.kva = cfg.kva;
|
| DSNlist | 04 Apr 2006 21:45 GMT | 2 |
How can I get only the list of System DSN on the machine
|
| what is meant with error message(3704)? | 04 Apr 2006 14:39 GMT | 1 |
what is meant with message error 3704 "Operation is not allowed when the object is closed" any body can help me?
|
| SQL strings | 03 Apr 2006 18:11 GMT | 2 |
Is there a simple rule for constructing the syntax in a SQL string especially where variables are concerned. I get real stuck with my & ' " and never get this right first time. This doesn't seem to work
|
| run-time error '3001' - FILTER PROBLEM | 03 Apr 2006 17:40 GMT | 1 |
Can anyone tell me what might be wrong with the following filter statement: Filter = (conloss <= 1680 and corloss <= 302 and (corloss + conloss <= 9999) and (piz >= 0 and piz <= 7) and (eff >= 96.5) and (rg08 <= 7) and (cool <= 3232) and (totwgt < 9999) and (gradient between 2 ...
|
| Sql Syntax Error | 03 Apr 2006 16:30 GMT | 1 |
I am trying to write a Select statement to open a recordset. I keep getting this error message: Syntax error(missing operator) in query expression '[REEL ID] = '[REEL ID] = '54"
|