Search:

Type: Posts; User: martin; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    27,594

    Re: ODBC getting specific row

    Good morning Mike, Petr & John :arms:

    I think the spirit to keep fighting a problem should be the spirit of every programmer. If I can't solve this problem, I will remove all ODBC code and try...
  2. Replies
    22
    Views
    27,594

    Re: ODBC getting specific row

    Hello Petr,

    I must confess that I never exactly understood BYVAL and BYREF, I never used it. But you are right, your code is fine --> no errors anymore! Great! But unfortunately RowNum always...
  3. Replies
    22
    Views
    27,594

    Re: ODBC getting specific row

    Hi All, thanks for thinking with me!

    I'm still struggeling with creating an IDENTIFY column. I find examples on internet but it doesn't work in Thinbasic. But also I wondering if I really need...
  4. Replies
    22
    Views
    27,594

    Re: ODBC getting specific row

    Hi John,

    Thanks! An auto increment column sounds good to me! I didn't know that this was possible.

    I made an auto increment column with CREATE TABLE Phonebook (SID IDENTITY PRIMARY KEY ...........
  5. Replies
    22
    Views
    27,594

    Re: ODBC getting specific row

    This should be: Solution 2 does not work good anymore if the columns are sorted descending.
  6. Replies
    22
    Views
    27,594

    Re: ODBC getting specific row

    Hi Petr,

    Thanks for your reply.
    The database can be very large so solution 1 is too slow.
    Solution 2 does not work good anymore if the columns are sorted.

    In reality i have a big database...
  7. Replies
    22
    Views
    27,594

    ODBC getting specific row

    Hi everybody,

    I'm struggeling with this problem for a week now and it makes me (almost) crazy :shock31:

    Suppose I have an ODBC database with 1 column ("name") and it's filled with 5 records:...
Results 1 to 7 of 7