Database error
Автор: Barry Maloney
Просмотрено 2342,
Подписчики 1,
Размещенный 0
I am getting the same error as Stephen H - https://helpcenter.websitex5.com/post/116147 , Can't get row count,
There doesn't seem to be a published result?
Размещено
Hello Barry,
Does the database table you are using contain a primary field?
Many thanks!
Автор
yes
I had the same issue recently, perhaps ... you are using column names that contain "spaces" something like "TABLE 1" and should be "TABLE_1" or "TABLE1" (kindly claudio fix my issue)
Автор
Thank you Terson,
I don't have that issue... No spaces,
Barry
Автор
sorry...Yerson, for my fat fingers.
Hi Barry... look, I attach a sql test file, review it and compare it with what you have, maybe helps you.
this was the one that finally worked for me after several attempts. (With the help of Claudio)
here is my test table working.
http://www.vbox.pro/test/pagina-1.html
Автор
Thank you Yerson,
The only thing I changed was the location of the ID column. Once I moved it to the first position to suit your example it worked. I don’t know what would happen if one used a different type of primary key apart from one that uses auto numbering (1,2,3,4, 5...)
But this time it worked and I thank you
Barry
cool Barry, i'm glad you have been able to solve your issue...