Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Group by
Message
From
12/07/2016 07:34:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL Group by
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01638251
Message ID:
01638251
Views:
69
Sir, I have these codes
cmd="select date,vou_no,vou_type from vouchers where date>?Thisform.text3.Value and vou_type='CP' order by date,vou_no, group by date,vou_no,vou_type"
	if sqlexec(con,cmd,'nav')<0
		aerror(laerror)
		messagebox(laerror[1,2])
		return
	endif
it says:
---------------------------
Microsoft Visual FoxPro
---------------------------
Connectivity error: [Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near the keyword 'group'.
---------------------------
OK
---------------------------
Next
Reply
Map
View

Click here to load this message in the networking platform