G
Guest
Hi;
I have my sql commands (.net 2.0) as:
cmd.CommandText = "insert into Datasource (title, description, providerType,
sqlVendor, sqlServer, sqlDatabase, sqlConnectionString, xmlFilename,
useCredentials, username, password) VALUES (@title, @description,
@providerType, @sqlVendor, @sqlServer, @sqlDatabase, @sqlConnectionString,
@xmlFilename, @useCredentials, @username, @password)";
Will this work for all Sql databases (also in selects) or do I need to use a
char other than @?
I have my sql commands (.net 2.0) as:
cmd.CommandText = "insert into Datasource (title, description, providerType,
sqlVendor, sqlServer, sqlDatabase, sqlConnectionString, xmlFilename,
useCredentials, username, password) VALUES (@title, @description,
@providerType, @sqlVendor, @sqlServer, @sqlDatabase, @sqlConnectionString,
@xmlFilename, @useCredentials, @username, @password)";
Will this work for all Sql databases (also in selects) or do I need to use a
char other than @?