| Thread | Last Post | Replies |
|
| CreateParameter and the Size property | 17 Nov 2004 23:57 GMT | 4 |
I'd like to clarify the meaning of the Size property, when creating a parameter to call a stored procedure. Let say the size of the field in the database is varchar 100 and the size of the data is 80, should I set the Size to 80 or 100?
|
| syntax error clause | 17 Nov 2004 12:18 GMT | 1 |
i have this query SELECT id, email FROM [user] WHERE (email IN (SELECT email FROM (SELECT email, COUNT(email) AS c FROM [user] group by email) AS aaa WHERE c > 1)) ORDER BY email;
|
| Are parameterized queries faster than using SQL? | 17 Nov 2004 07:01 GMT | 5 |
List: Pretty much what it says. I'm using DAO 3.51 (iirc) under VB6 SP5 I've a number of queries that I issue repeatedly with slightly different
|
| disable foreign keys temporarily? | 16 Nov 2004 18:44 GMT | 2 |
Please provide me the syntax of "alter table..." to disable and enable foreign keys in Accsee database. Thanks.
|
| multi-user update in SQL Server 2000 | 16 Nov 2004 17:15 GMT | 6 |
Now, I am developing the personnel system. But when two or more user running the system, one user have updated one record and second user browse the same record. It cannot show the updated information for second user except the second user close the system and re-run again.
|
| MDAC MSM REBOOT LOCATION not valid property | 16 Nov 2004 15:03 GMT | 6 |
I'm not sure what this means. I upgraded my merge module from 2.7 a to 2.8 and receive the message "'MDAC 2.8 Reboot Location' is not a valid Property value What does this mean?
|
| Connect to Access and fill values from 1/field into a array and paste the result into a msgbox?? | 16 Nov 2004 07:28 GMT | 1 |
How can I connect to Access and fill values from 1/field into a array and paste the result into a msgbox?? Can someone please paste any exampel for the above problem I can't find put how I should solve the problem!!
|
| Transfer SQL Server Data to Excel | 16 Nov 2004 02:55 GMT | 3 |
When I tried to transfer SQL Server Data to Excel using VB6, the errors was occurred. The following is the coding and the error messages: Coding:
|
| open and close plus on mshflexgrid | 15 Nov 2004 17:22 GMT | 1 |
When a shape is applied in a query and loaded into a mshflexgrid, invariably the plus signs are in the open position showing all matches. Is there a property that sets them to open in the closed position?
|
| Help!!! ADO update issue - VB6 | 14 Nov 2004 05:31 GMT | 1 |
Somebody please help! I'm using VB6 - ADO. The recordset updates fine the first time the rs.Update() method is called. However, when the same record is updated a short time later this error occurs: "Row cannot be located for updating.
|
| Computer and Application date | 13 Nov 2004 03:10 GMT | 5 |
I'm using an english version of XP and developping sotfware with VB6 for french people. The date returned with "NOW" is an english date value. When day is less or equal to 12 format(now, "dd/mm/yyyy") return for exmaple 10/11/2004 where date=november 10, 2004 , but when day is
|
| UpdateBatch vs. Immediate? | 12 Nov 2004 20:28 GMT | 4 |
I need to spin through a huge table (500,000+ records), look up information in two other tables (based on values extracted from each "master" record). Then I need to place the original master entry into a second table and delete it from the original table.
|
| Memory not being released. | 12 Nov 2004 18:45 GMT | 7 |
I have an application that migrates data from one database to another. I'm using ADO 2.6 and VB6 SP5. Database is MS Access to MS Access. A connection object is opened for each database. For each table in the source db I use a command object to execute an insert on the ...
|
| WHERE clause question. | 12 Nov 2004 15:16 GMT | 2 |
I'm accessing an Access table through VisualBasic scripting using an ADO object. I'm trying to filter on date comparisons. The following select expression does not work. The 'Initiated' field is defined as a Date/Time. Select expression:
|
| ADO Execute method slow. need help... | 12 Nov 2004 14:55 GMT | 1 |
Here's the problem. I have the following function... (Watch out for line wrap) Private Function xref_lookup(ByRef strXref As String, ByRef strCode As String) As String
|