// Firebird Connection
private static string fbConnStr = 
Properties.Settings.Default.BizpracDevelopment;

private static FbConnection fbc = new FbConnection(@fbConnStr);


// Firebird Insert Commands
  FbCommand cmdInsertCC = new FbCommand(
             "insert into COST_CENTRES(COS_ID, COS_NUMBER, COS_NAME)" +
             "values (@id, @number, @name);", fbc);


?? What's wrong ???
cmdInsertCC.CommandType = CommandType.Text;



Many Thanks in advance,
Bjoern
PS : In case that you would like to show a CSV bulk import sample, 
you're welcome ;)



------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to