VaishnavDatir / sql_conn

A sql_conn is a plugin for connecting Flutter Android application to SQL Server.
https://pub.dev/packages/sql_conn
Apache License 2.0
10 stars 13 forks source link

Passing Variable #18

Open nugmoris opened 1 year ago

nugmoris commented 1 year ago

Hi.. This is great library.. I already try and work... I try to select, update and storeproc It's all work. But my question, how to pass the variable with this library ?

I use : "select from mytable where id=?my_id" "Select from mytable where id=@my_id" didn't work..

VaishnavDatir commented 1 year ago

Hi @nugmoris,

I'm trying to implement this feature. In next update you might see this.

Thanks