Search:

Type: Posts; User: crivash

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    1,244

    Re: getting this long sql qerry to vb

    thanks a lot. didnt think of the spacing. Huge thanks to all
  2. Replies
    9
    Views
    1,244

    Re: getting this long sql qerry to vb

    szlamany thanks for the code i tried it

    strQuery = "SELECT" _
    & "p.ID AS 'Order ID'," _
    & "p.post_date AS 'Purchase Date',"
    (im getting a compile error (expected line number...
  3. Replies
    9
    Views
    1,244

    Re: getting this long sql qerry to vb

    can you show me from the query..what i should change or how the format should be when using in vb
  4. Replies
    9
    Views
    1,244

    Re: getting this long sql qerry to vb

    how do i do that?
  5. Replies
    9
    Views
    1,244

    getting this long sql qerry to vb

    im able to connect to a localhost and run a simple query

    Set con = New ADODB.Connection
    With con
    .ConnectionString = "DRIVER={MySQL ODBC 3.51...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width