| Thread | Last Post | Replies |
|
| Select SQL Sum() | 28 Aug 2003 22:41 GMT | 3 |
I use VFP8. I have a table with one Character field and one numeric field. I issued the command "Sele cField1, Sum (nField1) from Table" and I get a Error "SQL: Group By clause is missing or invalid" I issued command "Sele *
|
| cursoradapter bug with MySQL? | 27 Aug 2003 22:19 GMT | 1 |
When using the cursoradapter builder and you choose the Build option to select a table and fields (and finally the Schema), at more than one point in the process the OBC driver for MySQL receives a Select statement that pulls all records down, even though only the structure
|
| Alter Table Sql2000 | 18 Aug 2003 12:14 GMT | 1 |
how can i do this declare @var1 nvarchar(30) set @var1 = 'MyColName' Alter Table MyTable Add @var1 Money Null
|
| output label form to .prt file | 15 Aug 2003 19:31 GMT | 1 |
In DOS Fox 3.0, I could "label form c:\forms\label.lbx to c:\data\labels.prt" and it would lay out a full page of labels in a print file. I could upload this file to my mainframe, insert form feed labels and print from a line printer.
|
| sql query subselect | 02 Aug 2003 02:47 GMT | 2 |
I'm trying to make a subselect, but I get a syntax error. The statement is: select naam, omschrijving from plek where naam in (select plek from activiteit_plek where activiteit equals 'activiteit tennis');
|