TomJohnRiddle

15 Reputation

One Badge

12 years, 40 days

MaplePrimes Activity


These are questions asked by TomJohnRiddle

Hello!

I have encountered a bizarre problem while trying to collect data from SQL table. Command

c:-ExecuteQuery(" SELECT QUERY HERE", 'output' = 'Array')

takes quite long time to execute. The data that I am trying to collect is not a big array (like 100x100). I have these felling that Maple cannot collect whole table at once. Command:

c:-ExecuteQuery("SELECT QUERY HERE", 'output' = 'result')

is immediate so it is not a problem of slow...

Page 1 of 1