| Thread | Last Post | Replies |
|
| how to count all records in MySQL table? | 24 Feb 2005 21:48 GMT | 4 |
I try to put the total number of records in my MySQL table into a variable. Something like public recs
|
| sql ntext field | 22 Feb 2005 21:07 GMT | 4 |
I am using fox to connect to a remote sql database. When I populate the one field with is an ntext field type the information gets cut off at 420 characters. Is there a reason or a solution to this?
|
| Newbie SQL Left Outer Join | 21 Feb 2005 13:30 GMT | 2 |
I want to select all records out of MyReference and only those records from MyList that match SELECT R.Name, M.Item FROM MyReference R LEFT OUTER JOIN MyList M
|
| Compound index and unique | 19 Feb 2005 18:16 GMT | 3 |
Having a problem getting a unique item and a min date for that object. Any suggestions. I have a cursor with a number of items (repeat several times with different dates. Need to be able to get a list of item so the only appear once and have the earliest date. I'm at a
|
| MySql through ODBC driver problem | 14 Feb 2005 20:45 GMT | 5 |
I need to connect to a table in MySql through ODBC driver No problem in the connection designer, when I try to create a remote view in the View Designer I got an error when I add any tables and the error is that VFP switch the name of the database with the name of the login user
|
| special character in SQL field names | 14 Feb 2005 00:15 GMT | 2 |
How do I read a field that has [ it's name. See custaddr.addr[1] below. Example sql = "SELECT co.[co-num] as conum, custaddr.addr[1] ,"
|
| Hard SQL | 12 Feb 2005 11:20 GMT | 1 |
This SQL returns to me the last 10 records in a table, order by Id field SELECT * FROM MyTable WHERE Id IN ( SELECT TOP 10 Id FROM Table ORDER BY Id DESC) ORDER BY Id But i need to get a similar result based in two o more id Fields
|
| Retrieving SPROC return value using SPT | 10 Feb 2005 05:32 GMT | 7 |
How can I retrieve a return value from a MSSQL server sproc using SPT? For instance, returning an @@IDENTITY. Thks & brgds, andy
|
| datetime to date? | 10 Feb 2005 05:00 GMT | 3 |
When I send a query 'SELECT somedatecolumn FROM....' I got resultset containing datetime. It's ok because it is a datetime field (or smalldatetime) but it is a little frustrating because I'm interested only in date. Is it possible to get only a date, without the time? My previous ...
|
| How to add a new colomn in Access Table using VFP8 | 08 Feb 2005 16:48 GMT | 1 |
I am working on Access 97 Database and need to add a new coloumn in one of the tables existing in access database. I dont have copy of Access 97. Please guide me if there is any way to add a new coloumn or if there is any way to change the structure of tables in Access using VFP8.
|
| How I do this Update | 08 Feb 2005 14:05 GMT | 1 |
Hi I need to do this update: table t1 : c1 , c3 table t2 : c1 , c2 t1.c1 = t2.c1
|
| SQL Passthru- Insert and Update | 06 Feb 2005 10:01 GMT | 7 |
I am using SQL Passthru to update a free table, I create the DSN name under system DSN. STORE SQLCONNECT('SystemDSN', '', '') TO gnConnHandle IF gnConnHandle <= 0
|
| Transactions and updating two or more MS SQL servers | 02 Feb 2005 20:01 GMT | 2 |
I have an VFP 6 application that is performing data writes to two seperate MS SQL 2000 servers. I have a connection set up in the VFP application for each server, meaning I have two SQL connection handles.
|