Share via

help with sql database

Hacking 81 Reputation points
2022-06-29T08:52:10.18+00:00

216081-photo-2022-06-29-10-47-40.jpg

What's wrong here? I'm using avalonia which is a template su make wpf application and I'm using a mdf file as database.
Of course, the variable id is not empty, the variable name is not empty and the variable age is not empty.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

0 comments No comments

Answer accepted by question author

Viorel 127K Reputation points
2022-06-29T09:33:04+00:00

If the table is called "Table", then try this: cmd = new("insert into [Table] values . . .

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.