Viewing 6 posts - 1 through 7 (of 7 total)
The data is in Unicode Character and our user will use this in VB.NET application. He is going to search a particular village, he wish to filter the data...
January 30, 2009 at 9:56 pm
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Villages](
[ID] [float] NOT NULL,
[TEHSIL] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[CIRCLE] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VILLAGE] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[THE] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[CIR] [nvarchar](255) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[VIL]...
January 30, 2009 at 8:44 pm
I am using following code to update the "the" column of villages table. It is working but not updating the rows when i check the table. In the...
January 30, 2009 at 4:56 am
Thanks for your reply and provided link.
Actually i am having a table of 3 columns which is containing around 48000 rows having Unicode data. With the above code i...
January 30, 2009 at 12:04 am
then plz. tell me how can i execute this query ? if {} are not parenthesis; then what are parenthesis...
Thanks & Regards
August 27, 2007 at 1:24 am
I gave EXEC {@SQL} but still showing error : [Microsoft][ODBC SQL Server Driver]Syntax error or access violation. But if i print the @sql string it shows executable query i.e....
August 26, 2007 at 9:29 pm
Viewing 6 posts - 1 through 7 (of 7 total)