I have a agent framework that uses libodbc++ to connect to sql server and get the data. However libodbc++ wrapper only supports non-unicode data types. Now i have a requirement that has nvarchar (u...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21381713.html
Zones:
C++Date Answered: 07/26/2005 Grade: B Views: 4
Is it possible to update a varchar column with a variable string declared as nvarchar ?
Would the string be displayed correctly?
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21781274.html
I just recently imported some survey type data with linefeeds and caridge returns.
The data was imported into either a memo type column or a nvarchar (2000) type column.
(not my db)
Question.....
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22491942.html
why in delphi the table of mssql server
that have nvarchar date type column can not open?the error message is invalid data type.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10306448.html
Hi,
I've got a column, badly designed i guess :-(, where there is a lot a wasted space in some rows.
Its a NVarchar(500) column that sometimes is filled, sometimes rather empty.
Does SQL20...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20438899.html
Hi, I've recently migrated from Access to SQL 2000. I've created some stored procedures that when they fire an update I not only get the data I enterd into the cell but it appears that SQL is filli...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20579177.html
Hi,
Could anyone tell me the different between varchar & nvarchar ?
Thanks.
Regards,
karen.
http://www.experts-exchange.com/Database/Miscellaneous/Q_20613073.html
Zones:
DatabasesDate Answered: 05/13/2003 Grade: B Views: 28
Hi,
my problem is that I have one stored procedure in sql server 2000 that at the end has select statement
that selects some nvarchar (unicode) fields.
Then I execute sp from my java application...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20620336.html
OK folks, heres one for ya. I have a form that records the start time of each individual that works on a particular job. There can be possibly 7 individuals, but Im only looking at the first in...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20651532.html
sql2000
IIS5
ASP 3 pages
win 2000 server
I have a field in SQL 2000 that is Nvarchar but it holds a Date. (DD/MM/YY). I need to select all records that is over a certain date.
e.g.
TPSDA...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20721380.html