Jump to content

Help, Database problem.


titan_boy

Recommended Posts

Hello,

I need to get the data from a database from the back. It needs to start from the back. how can i do this.

it is for the rows in a gridlist but it takes the data from the wrong side. the newest data go under now. It need to take the last row first.

I can not use: 'guiGridListInsertRowAfter' because if i use this the script don't works good because the gridlist have some row limits ect.

srry for my bad english.

EXAMPLE:

now i have it like this:

row1: testtest

row2: test

row3: testtest123

row4: lalalala

i want it like this:

row4: lalalala

row3: testtest123

row2: test

row1: testtest

I hope someone can help me.

Link to comment

Hello,

i try to find anything but i didnt find the thing what i want. @izcream

Maybe there is a way to INSTERT a data in a database before all other data?

example:

data:

1: hahaha

2: lololol

3: testest

new data after adding a new thing in the data:

1: newnewnew

2: hahaha

3: lololol

4: testest

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...