| Thread | Last Post | Replies |
|
| ODBC driver problems | 25 Dec 2004 17:55 GMT | 9 |
I'm working with: MySql: Database server: mysql-4.1.7-essential-win ODBC driver: MyODBC-3.51.10-x86-win-32bit
|
| SQL UPDATE to Memo field problem | 23 Dec 2004 16:12 GMT | 4 |
I am having a problem when I try to update a Memo Field with Line Feeds and my UPDATE statement does not seem to be working. Some of the data that I am moving has line feeds in it, so I need to pass Char(10)s.
|
| odbc data handling | 16 Dec 2004 13:56 GMT | 1 |
I want to know how to connect to firebird database and handle data. I have been using foxpro database till date. How do I read, replace, append data ? Any suggestions will be greatly appreciated.
|
| VFP7: Select record not in table 2 | 16 Dec 2004 11:23 GMT | 5 |
|
| Insertion of Picture File into SQL Server | 12 Dec 2004 11:18 GMT | 5 |
I am facing problem in saving picture file to SQL Server Table. In my application i am using connection string and sending queries through program. Simple insertion/deletion queries works properly but it does not work for picture file. I have set text(16) data type in SQL Server ...
|
| VF8 -- Group By Question | 10 Dec 2004 16:00 GMT | 6 |
This works: SELECT custid, count(jobid) ; FROM customer, job ; WHERE custid=jobcustid ;
|
| sqlexec rounds data | 10 Dec 2004 13:31 GMT | 4 |
I am querying a microsoft access database table through an ODBC connection using SQLEXEC, the numeric values in the access table are small decimals defined as doubles. The values returned to my cursor are all rounded to 2 decimal places. I need these to be accurate to 9 decimal ...
|
| SDF to SQL | 08 Dec 2004 23:23 GMT | 2 |
I may be in the wrong group, if so, sorry.... Is is possible to copy a text file (fixed width) directly to a SQL table. I know I can use the APPEND FROM to get a text file to a dbf table, what about to SQL.
|
| Multiple Selects VS Selects combined with Union | 07 Dec 2004 13:41 GMT | 1 |
Im having several Select statements to Get Counts of records for certain conditions from several large tables. Im using SQL server as the BE and VFP DLL as the middle tier. I have two options to retrive the data.
|
| validation in textbox | 07 Dec 2004 11:42 GMT | 5 |
Hi friends I've textbox where i want user to enter numbers between 1 to 6. I know i can write some validation in valid event. i am wondering if there is property (like Inputmask) where i can set
|
| Subquery with Group by | 03 Dec 2004 15:08 GMT | 3 |
Suppose in the student table, there are 6 different classes. Now I do the following query (mtest is the mark of test): select name, mtest from student ; where mtest = (select max(mtest) from student group by class)
|
| return latest data thru sql | 03 Dec 2004 06:38 GMT | 1 |
Hi Friends I've following fields in a table.in some records all fields will be same except transdate field (which contains date when this particular record is created)
|