| Author |
Messages |
|
Francis L
Posts:33
 |
| 07/17/2008 11:44 AM |
|
Is it possible that someone posts some sample code for BaseFacade.ExecuteNonQuery() for commandType = tabledirect or text?
Thank you very much in advance.
Francis |
|
|
|
|
jefferson r
Posts:44
 |
| 07/17/2008 6:36 PM |
|
Hi Francis, heres a sample C# code for Command.text: Interprise.Facade.Base.SimpleFacade.Instance.ExecuteNonQuery(CommandType.Text, "your script goes here", null); Hope this helps :) Jefferson Requina Interprise Solutions Inc. Developer |
|
Jefferson Requina Interprise Solutions Inc. Developer |
|
|
Francis L
Posts:33
 |
| 07/22/2008 7:55 AM |
|
Jefferson,
Thank you very much.
Francis |
|
|
|
|
|