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
Slider Control 6 in Access 2003 and Continous Froms
VBA - Remove Data Connections and Macros From Workbook
Any way to use old printer on Windows 7
Quick Launch Menu is missing - Basic Page
Setting user-level passwords on Access 2000
Redirect a Submit Button
SBS 2008 with Iphone, Need to disable passcode
I want to hyperlink a image in pdf using vb.net code using iTextSharp.text and Imports iTextSharp.text.pdf class
Export table to another Access DB
WCF: can't figure out reliable session error