DataTable Edior issue with postgrsql
DataTable Edior issue with postgrsql
magnus@greatlord.com
Posts: 16Questions: 6Answers: 0
in Bug reports
Hi
I postgrsql you got catalogs named like public and you can even create you own catalog in postgrsql
to navigate to a catalog in postgrsql u need to use . then table name or sp or function.
when i trying insert to a table name products in catalog pj i type pj.products i even try move the table to public and type public.products when it try doing a insert it will not report any problem or doing any modifcation or insert of data.
Answers
I am using dotnet core for this
Could you add
.Debug(true)
just before the.Process(...)
call please and then show me the JSON that the server responds with to the Ajax request? It will include the SQL the library is generating and attempting to execute.Thanks,
Allan
Hi
I have wrote my own version of .net library for datatable it support what I need now