This topic is locked
[SOLVED]

 MariaSQL

2/19/2020 5:04:44 PM
PHPRunner General questions
R
Ron38 author

Amazing how different people thing they should do things differently. I blew an hour trying a simple create table. Turns out MariaSQL requires a length on a varchar statement.

Question is, a result table was created with zero rows. Well, yeah! But can't find table! Surely that does not mean it didn't create one?

Ron

Sergey Kornilov admin 2/19/2020

You are not making things any easier talking about three totally unrelated things at the same time like field length, number of records and the fact you don't see the table.
I guess you need to explain what exactly "But can't find table!" means.

K
keithh0427 2/20/2020

I agree with Sergey but I'm just wondering if you synchronized the project with the database after you created the table.

R
Ron38 author 2/20/2020



I agree with Sergey but I'm just wondering if you synchronized the project with the database after you created the table.



Sorry, my dumb. Frustration overwhelmed, but problem solved.