Heroku mystery
-
For my GitHub MaxiBug project, a multi-user version of MiniBug, I am trying to create a free Heroku Postgres database. This along the lines of this C# Corner article[^]. Creating a database works, but I can't seem to create any tables using the "Dataclips" section, not even after using:
set transaction read write;
CREATE TABLE temp( [fields] );Any ideas anyone?
-
For my GitHub MaxiBug project, a multi-user version of MiniBug, I am trying to create a free Heroku Postgres database. This along the lines of this C# Corner article[^]. Creating a database works, but I can't seem to create any tables using the "Dataclips" section, not even after using:
set transaction read write;
CREATE TABLE temp( [fields] );Any ideas anyone?
-
Here’s an idea. Don’t post this in The Lounge.
If you can't laugh at yourself - ask me and I will do it for you.
In the Huffington Post maybe? :-\
-
In the Huffington Post maybe? :-\
In quick answers?
ed
-
In the Huffington Post maybe? :-\
-
In quick answers?
ed
Obviously CodeProject is not the right place for this question, so I will refrain from posting it in Quick Answers. But my post was also meant as a way to generate some interest in this project which it deserves IMHO.
-
Obviously CodeProject is not the right place for this question, so I will refrain from posting it in Quick Answers. But my post was also meant as a way to generate some interest in this project which it deserves IMHO.
So... now adding site driving to the list? ;P :laugh: :laugh:
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.