| Thread | Last Post | Replies |
|
| How can I switch keyboard language from VB code. | 31 Oct 2008 21:34 GMT | 8 |
I am writing an MS Access application. Text in some controls on forms must be typed in Cyrillic, in others - in English. How can I change keyboard language from code upon entering certain control?
|
| VB6 StoredProc Parameter (newbie) | 30 Oct 2008 19:09 GMT | 1 |
I have a VB6 code, Function to collect sProc as StoredProcedure Name and sParam for Parameter. With the following Query with a parameter in section ---> WHERE (vwProductFamily.GroupCode IN ('CODE1', 'CODE2', 'CODE3'))
|
| T-SQL Statement fails when run from within ADO | 30 Oct 2008 08:37 GMT | 2 |
I need to run the following query in my application. It works fine when I use the SQLSMS: INSERT INTO [Company s_r_l_$Production Cycle] ([Prod_ Order No_], [Serial No_], [Item No_], [Item Description])
|
| dhSqlite question | 30 Oct 2008 02:32 GMT | 6 |
Hi Olaf, ... or anyone who knows ... :-) Is it possible that dhSqlite or sqlite itself does not recognize Val or IIf in a Select Statement? It's probably an error in my code somewhere else but i get a error msg "no
|
| Problems in VB Database Programming | 29 Oct 2008 19:19 GMT | 3 |
I'm developing 2 applications in Visual BASIC 6.0 using DAO 3.5. One of them I have theses lines in a Module file: Global vtempo As Integer Global vESDB As String
|
| Run-time error '-2147467259 (80004005)': Unspecified error | 29 Oct 2008 13:51 GMT | 1 |
I have an application written by a former co-worker that I'm troubleshooting. On my development machine (VB6 SP6, SQL 2000 - 8.00.2050) I run the application and all is well. On another machine running VB6 SP6, SQL 2005 - 9.00.1399.06 I get the following error:
|
| ODBC - Complete Beginner | 23 Oct 2008 18:16 GMT | 1 |
I have absolutely no experience or knowledge of ODBC so could do with some help and advice. We have a linux server running some software that basically runs our business. We are going to be investing in some new software for our Accounts
|
| VB - non-interactive way of creating database from text file | 23 Oct 2008 16:51 GMT | 10 |
I have a text file I cannot import into DBASE / Paradox at 1 attempt. I usually chop the text file up into smaller segments, import it, and then append all the database tables into1 database table.Sometimes when it is obvious the tables will total more than 2gig then 1 or 2 ...
|
| ADO Memory Leak (or Limit) on Large Datasets? | 23 Oct 2008 00:11 GMT | 1 |
I am having an "Out of Memory" issue while stepping through thousands of rows of data in an MS SQL Server 2000 table with 35,000 rows and about 1.5GB total size. Physical memory on the system is 2GB and the page file is set to grow up to 4GB. I am working with a contractor and
|
| if function factor is ADODB.Recordset type ? | 22 Oct 2008 11:19 GMT | 3 |
I want create function for have to ADODB.Recordset value input. ex>------- Public Function recordsetProcessingFunc(rs as ADODB.Recordset) Dim a as String
|
| Exporting data using ADO | 21 Oct 2008 19:24 GMT | 4 |
Is it possible to open an ADO connection and recordset and export into various formats, in particular CSV. Thanks in advance
|
| Variable not being passed to stored procedure or query | 20 Oct 2008 15:11 GMT | 2 |
I have been trying to debug parameters on a stored procedure in classic ASP using VB6 and ADO and as part of this process reduced to checking on a simple query, but continue to get an error though it varies depending on the circumstances. I've got similar queries
|
| This Inner join works in MS Access, but not in VB6? | 19 Oct 2008 03:18 GMT | 7 |
Thank you for helping me to solve this mystery. I have a select statement that works fine in MS Access, but fails in VB6, with an error message that says "No value given for one or more required parameters."
|
| Populate Sheridan DataGrid from MSSQL2000 using SP's and ADO | 17 Oct 2008 14:02 GMT | 1 |
I use VB6 and MSSQL2000, also Sheridan 3.1 Utilities. I want to know how to declare ADO connection and SP's or query to populate a DataGrid in most efficiently way, now I do this manual in AddItem DataMode. Please help me. Beforehand, thank you very much.
|
| VB 6.0; status or error of Oracle SQL 'update' command | 08 Oct 2008 15:51 GMT | 1 |
If exist method for getting status or error in VB 6.0 See codes -- Dim Rs As New ADODB.Recordset
|