Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SQL Statement
Name: khanati Date: July 1, 2004 at 12:57:48 Pacific OS: Windows XP CPU/Ram: 1GB
Comment:
I am trying to query database:
there 1000 records and i need row number 120th. How do i write a quesry for this.
Summary: CAN ANYONE HELP ME WITH THIS SQL STATEMENT. I AM POLULATING A BUNCH OF TEXT BOXES ON A VB6 FORM WITH DATA FROM AN ACCESS DB USING ADO. THE SQL STATEMENT I HAVE WORKS, BUT IT ALSO RETURNS THE SAME THIN...
Summary: I'm trying to write an SQL statement that will run within VB6 using ADO. Every time I try and run it I get the error message: ORA-00903: Invalid Table Name A shortened example of the SQL is as follows...
Summary: Hi, im having problem in SQL statement in Visual Basic i declared strSQL as string Dim strSQL as String strSQl = "select * from college where name =" &str& ";" (all in one line) where str is a string....