|
Browse by Tags
All Tags » application development » data base programming ( RSS)
-
Hi! Thanks for the quick reply. Yes, it is sure because if I remove the parameter from the SQL string - and comment the parameter part - it works properly. I know that the Stored Procedure would be the best-practice. On one side I'd like to practice this solution, on the other side there will be no SQL...
Posted to
Forum
by
Limited42
on
10-01-2007
Filed under: data base programming, #develop for applications, application development
-
Hi! I know this is not really a SD problem but I hope someone help me. I have this code: sCheckQuery = "SELECT code FROM MyDataBase WHERE code = @code" ; this . odbcCommand1 . CommandText = sCheckQuery ; this . odbcCommand1 . Parameters . Add ( "@code" , OdbcType . NVarChar , 2 ). Value = this . textBox1...
Posted to
Forum
by
Limited42
on
09-30-2007
Filed under: data base programming, application development, C#
Page 1 of 1 (2 items)
|
|
|