Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Database Access / November 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
CreateParameter and the Size property17 Nov 2004 23:57 GMT4
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 clause17 Nov 2004 12:18 GMT1
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 GMT5
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 GMT2
Please provide me the syntax of "alter table..." to disable and enable
foreign keys in Accsee database.
Thanks.
multi-user update in SQL Server 200016 Nov 2004 17:15 GMT6
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 property16 Nov 2004 15:03 GMT6
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 GMT1
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 Excel16 Nov 2004 02:55 GMT3
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 mshflexgrid15 Nov 2004 17:22 GMT1
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 - VB614 Nov 2004 05:31 GMT1
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 date13 Nov 2004 03:10 GMT5
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 GMT4
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 GMT7
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 GMT2
   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 GMT1
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
Pages: 1 2 3 4 5 6 7 8 9 10 11 October, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.