using components in the service
Posted: Wed 04 Jan 2006 17:19
I try to work with the trial version of PostgreSQLDirect.Net. There are client application and web service. In the client application I create DataSet with some tables, insert data in these tables and send this dataset to the service. Then in service I'll try to update this dataset. If I do it with components, I have exception situation, if I write code all works normal. That's why I have two question:
1. Should the components Connection, Adapter and Command work with received dataset in service?
2. One of the column in the Table of dataset is DateTime Type, Parameter for this field is pgSqlType.Date. Adapter insert data "01/02/2006" (January, 2nd) as "02/01/2006" (February, 1st). What should I do with this?
1. Should the components Connection, Adapter and Command work with received dataset in service?
2. One of the column in the Table of dataset is DateTime Type, Parameter for this field is pgSqlType.Date. Adapter insert data "01/02/2006" (January, 2nd) as "02/01/2006" (February, 1st). What should I do with this?