M
Mike Fellows
I have a database with a vb.net frot end that I have used forever
recently we upgraded our database server to SQL 2005 x64
in my code i run
mystring= Replace(mystring, "'", "''")
to replace any single apostrophes with 2 apostrophes
in the last couple of weeks its actually started storing 2 apostrophes in
the database
e.g Mike's stores into the database as Mike''s
it never did this before and im totally baffelled as to why its happening
any help would be greatly appreciated
Thanks
Mike
recently we upgraded our database server to SQL 2005 x64
in my code i run
mystring= Replace(mystring, "'", "''")
to replace any single apostrophes with 2 apostrophes
in the last couple of weeks its actually started storing 2 apostrophes in
the database
e.g Mike's stores into the database as Mike''s
it never did this before and im totally baffelled as to why its happening
any help would be greatly appreciated
Thanks
Mike