crori / fenixsql

Automatically exported from code.google.com/p/fenixsql
Other
0 stars 0 forks source link

TFBLParamDsql param containing number 7 #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put a TFBLParamDsql and write SQL with params

Ex: select * from companys
    where name = :name7

The component nor detect the number 7 in the param

    select * from companys
    where name = ?7

Solved Attach File (function ProcessParams)

Original issue reported on code.google.com by fernban...@gmail.com on 18 Feb 2013 at 4:30

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by fenis...@gmail.com on 6 Mar 2013 at 9:28