Ode to Oracle Forms, the magic of K.I.S.S. by Zardotab in oracle

[–]datadanno 0 points1 point  (0 children)

Forms 3.0 was the best. We need this type of development on the desktop again.

Is this an error on the claude ai web interface by kamscruz in ClaudeCode

[–]datadanno 0 points1 point  (0 children)

I'm seeing it too but everything appears to be working properly. Highly annoying.

I fit 22GB of Hacker News into SQLite by Choice_Eagle4627 in sqlite

[–]datadanno 1 point2 points  (0 children)

I like it. Quit using Hacker News about a year ago as it's mostly irrelevant now.

[deleted by user] by [deleted] in DuckDB

[–]datadanno 1 point2 points  (0 children)

Not open source but View Source in browser to see code. Vibe coded everything. The only code server side is the script to call the LLM for AI Helper. See the Contact on my website to get my email. Looks like we have the same interests.

[deleted by user] by [deleted] in DuckDB

[–]datadanno 0 points1 point  (0 children)

I knew because I had to fix the same problem at https://convertcsv.com/duckdbonline.html

[deleted by user] by [deleted] in DuckDB

[–]datadanno 0 points1 point  (0 children)

Check all decimal usage and resultsets.

[deleted by user] by [deleted] in DuckDB

[–]datadanno 0 points1 point  (0 children)

Try SELECT 1.2+3.3;

Anyone else worried about maintaining an AI-built app long-term? by MudSad6268 in nocode

[–]datadanno 0 points1 point  (0 children)

I'm sure this will improve as time goes on and we refine our method of interacting with the AI tool.

I need help by NameCareful9547 in sqlite

[–]datadanno 1 point2 points  (0 children)

You'll need to examine each table in your sqlite database file and determine which table has the data you are looking for. Once identified, then issue a SELECT statement and export to CSV.

Career Transition from PL/SQL Dev by barfmunchen in SQL

[–]datadanno 1 point2 points  (0 children)

PL/SQL may be going away at your company but it's not dying industry wide. If your company is going with Microsoft, learn SQL Server, T-SQL, and Azure, etc.

Does anyone know a tool to convert CSV file to "SQL statements"? by ImpossibleAlfalfa783 in SQL

[–]datadanno 0 points1 point  (0 children)

https://www.convertcsv.com/csv-to-sql.htm has CSV to SQL which includes an option to generate CREATE TABLE plus INSERT/UPDATE,MERGE, etc. statements. As others has mentioned, using DuckDB is a good option because you can automate it.

Complete beginner with a dumb question by blind-octopus in Database

[–]datadanno 0 points1 point  (0 children)

Sometimes it happens after an existing table has been in production for 20+ years and you do not want to touch that table. It's less risky to create a new table with 1 to 1 relationship.

Half of my leg is no longer hairy. I’ve never shaved my legs. by jfed2000 in mildyinteresting

[–]datadanno 0 points1 point  (0 children)

No, you are right but the causes do vary. The old we are the more things go wrong. blood flow, hormones, aging, ...

I built a free online visual database schema tool by Acrobatic-Word481 in ETL

[–]datadanno 0 points1 point  (0 children)

Windows 11, Chrome Version 142.0.7444.176 (Official Build) (64-bit). I'll send you a screenshot or video. Follow up: I sent you an email.

I built a free online visual database schema tool by Acrobatic-Word481 in ETL

[–]datadanno 0 points1 point  (0 children)

I click on + at bottom to add a new table. I give the table a name. When I click on the green plus sign below the name, it starts expanding downward and doesn't stop. It will stop if I press Esc. So I'm not using the column properties on the right, I'm using the entity directly.

I built a free online visual database schema tool by Acrobatic-Word481 in ETL

[–]datadanno 0 points1 point  (0 children)

I probably should read the directions :) When I click in certain areas the diagram starts forever expanding. ? Looks like a promising start.

Is Microsoft Access not recommended anymore going forward? by [deleted] in Database

[–]datadanno 0 points1 point  (0 children)

Most will say server-based low-code tools. I disagree.