|
7 registered members (TipmyPip, Martin_HH, Volkovstudio, AndrewAMD, JMMAC, Grant, 1 invisible),
5,432
guests, and 2
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: AckMySQL
[Re: Darkmax]
#336439
08/03/10 23:46
08/03/10 23:46
|
Joined: Jan 2010
Posts: 23
Darkmax
Newbie
|
Newbie
Joined: Jan 2010
Posts: 23
|
i resolve my problem, something weird in my computer because i try in another and works, but i dont understand how i can receive various columns, for example this query
SELECT name,lastname,address,telephone FROM users WHERE id = 3
and save the result in array. To use it, in my application.
Last edited by Darkmax; 08/03/10 23:47.
|
|
|
Re: AckMySQL
[Re: Darkmax]
#337175
08/09/10 09:36
08/09/10 09:36
|
Joined: Oct 2008
Posts: 513
Carlos3DGS
User
|
User
Joined: Oct 2008
Posts: 513
|
i dont understand how i can receive various columns, for example this query
SELECT name,lastname,address,telephone FROM users WHERE id = 3
and save the result in array. To use it, in my application. I am also curious about this... Is it possible with your plugin to recieve various columns at once? Or do we have the fetch them one by one and store them ourselves? Any other features needed? If we can only select one column at a time then I have a new feature suggestion  Selecting multiple columns at the same time. Mabe you can re-use the array you store the results in converting the array into a 3 dimensional array?
|
|
|
|