Very urgent please
-
Hi, I got a very strange problem. I create an Access database. It is working fine with me in my application which is in C#. I have Access 2003 and my client too. While with my client the select query gives null data. I changes all the methods use OleDbAddaptor and OleDbDataReader functions.These functions are working fine at my end but with my client A Select Query is not working even the Table is present and data is present but the query is not working properly. Please if you have any suggestion what should I do for this.
-
Hi, I got a very strange problem. I create an Access database. It is working fine with me in my application which is in C#. I have Access 2003 and my client too. While with my client the select query gives null data. I changes all the methods use OleDbAddaptor and OleDbDataReader functions.These functions are working fine at my end but with my client A Select Query is not working even the Table is present and data is present but the query is not working properly. Please if you have any suggestion what should I do for this.
There may be a number of reasons, it would help if we knew what error message is generated.
Never underestimate the power of human stupidity RAH
-
There may be a number of reasons, it would help if we knew what error message is generated.
Never underestimate the power of human stupidity RAH
-
An Unhandled exception occurred in your application. If you click continue the application will ignore this error..... in exception.Message the value is = Unknown
Ok that was useful - not! I've seen something like this when there is a problem in the credentials or the connection (to SQL SERVER at least). Try getting an copy of his MDB back to your site to test and stepping through the code.
Never underestimate the power of human stupidity RAH
-
Hi, I got a very strange problem. I create an Access database. It is working fine with me in my application which is in C#. I have Access 2003 and my client too. While with my client the select query gives null data. I changes all the methods use OleDbAddaptor and OleDbDataReader functions.These functions are working fine at my end but with my client A Select Query is not working even the Table is present and data is present but the query is not working properly. Please if you have any suggestion what should I do for this.
Put a TRY/CATCH in there and see if that gives more information. Could be something simple or more complex but it might be displayed in the CATCH EXCEPTION. P/s - it is never good to have a topic of
Very Urgent please
. The guys don't like that as time and help is offered free of charge.Excellence is doing ordinary things extraordinarily well.
-
Put a TRY/CATCH in there and see if that gives more information. Could be something simple or more complex but it might be displayed in the CATCH EXCEPTION. P/s - it is never good to have a topic of
Very Urgent please
. The guys don't like that as time and help is offered free of charge.Excellence is doing ordinary things extraordinarily well.