Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 958676347657023940

    How can I select a date from a table in german format?

    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...
  2. 958676347657023940

    How can I select a date from a table in german format?

    You need to use convert function to convert your date.. see convert syntax on T-SQL help..
  3. 958676347657023940

    reports and SQL SERVER 2000

    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...
  4. 958676347657023940

    reports and SQL SERVER 2000

    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

Part and Inventory Search

Back
Top