CAST and CONVERT
Explicitly converts an expression of one data type to another. CAST and CONVERT provide similar functionality.
Syntax
Using CAST:
CAST ( expression AS data_type )
Using CONVERT:
CONVERT ( data_type [ ( length ) ] , expression [ , style ] )
Arguments
expression
Is any...
Yes. I did. The probleme is that for example before I write in my VB Code :
DataEnvironment.Commands("Pool")
Load DataReportPublication
DataReportPublication.Refresh
DataReportPublication.Show
IT WORKED BEFORE BUT NOW IT DOES NOT :( I dont know why...even if my...
HI,
I did migration of an Access Database toward SQL server 2000. My problem is that My code Visual basic doesn't work for datareports. Before i Used dataenvironment for reports...my queries works but in my VB code it does not :(
any idea?
many thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.