Microsoft
Software
Hardware
Network
Question : SQL Query
Can anyone suggest why the following query is giving error.
select cast((replace(replace(repl
ace(left(a
ddress,70)
,CHAR(10),
' '),char(13),' ')),'"','') as varchar(70))
as address
from contact
In addition to this from where can i get the list of ascii characters.
Answer : SQL Query
paranthesis mismatch
select cast(replace(replace(repla
ce(left(ad
dress,70),
CHAR(10),'
'),char(13),' '),'"','') as varchar(70))
as address
from contact
Random Solutions
Importing an Access table
Windows 7 Group Policy management for Firewall
How to Bind A dataset to the the datagrid in C# windows...it shows the table in the dataset but i cannot bind the dataset to the datagrid..Can any one hepl PLz
User name disappeared on Welcome Screen
Average from column with empty cells.
Search on part of word only...?
Visual FoxPro 9 formset question
Stop message/warnings when running pass through query
Looking for a utility that will automatically back up a file when the file has been modified and then saved with the same file name.
Can I delete only the visible rows without having to select visible