HI EE:
I am experiencing a wierd error SQL State 22005 when executing a DataReader and passing it one input parameter. I have checked the expected database type for this input parameter and the ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22067391.html
Hi, I am using BCP to load the data into an empty DB.
I have fields with datatype ntext and image. When I load the data, I am getting the following error..
1) How do I overcome this?
2) Also, I ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20904769.html
Hi,
I am migrating an application in PowerBuilder Enterprise 7.0.3 Build 10009 and ASA 7.0
to ms sqlserver 2000. When i call a stored procedure from pb or try to create a datawindow with store...
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_20983541.html
Zones:
PowerBuilderDate Answered: 05/10/2004 Grade: A Views: 4
When a trader logs in, they submit there traderid but on the following page the query isn't working.
$traderid = $_POST['traderid'];
odbc_exec($conn,"SELECT * FROM traders WHERE Traderid = ('$t...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21062063.html
Hi, I have a table with ntext and image datatype. I did BCP out succesfully but when I try to to BCP in, I am getting error.
----------
Starting copy...
SQLState = 22005, NativeError = 0
Error ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20907736.html
I have a data window which has as stored procedure as its data source. The parameter passed to the stored procedure is of type datetime. In the datawindow design mode and when previewing, the data ...
http://www.experts-exchange.com/Programming/Programming_Languages/PowerBuilder/Q_21436015....
Zones:
PowerBuilderDate Answered: 06/22/2005 Grade: B Views: 294