jeva39
Well-known member
I use this Query in a Access DataBase:
And I receive this error:
Syntax error (missing operator) in Query expression 'Sum(Saldo)'
The error is equal if I use CommandText or another thing
Please, what is the problem?
Thanks....
VB.NET:
[/color]
[/color][/size][/font][size=2][font=Verdana]dta = [/font][/size][font=Verdana][size=2][color=#0000ff]New[/color][/size][size=2] OleDbDataAdapter("Select sum(saldo) as SALDOS from Clientes", con)
And I receive this error:
Syntax error (missing operator) in Query expression 'Sum(Saldo)'
The error is equal if I use CommandText or another thing
Please, what is the problem?
Thanks....