C
C#8mo ago
sunny innit

✅ Basic SQL question;

Next week im starting a lab pertaining to SQL and was wondering which program you guys use for that? I looked into MySQL as thats if i understand it correctly one of the most popular ones. But it seems to only come in 32bit?
9 Replies
SinFluxx
SinFluxx8mo ago
DIdn't you just have this conversation in #chat?
sunny innit
sunny innit8mo ago
@SinFluxx Aye! the server thing did not work though, its apparently different from the normal MySQL that i supposedly need
SinFluxx
SinFluxx8mo ago
is it MySQL Workbench you need? Has your course not given you a tip on what to use?
Anu6is
Anu6is8mo ago
Use whatever the course suggests While providers are similar they aren't all the same
sunny innit
sunny innit8mo ago
So we havent touched on SQL yet; We will on Wednesday. i felt like experimenting with it beforehand.
SinFluxx
SinFluxx8mo ago
Maybe ask your professor what you will be using, and just get that
sunny innit
sunny innit8mo ago
Good idea; I'll do it straight away. Sorry about the thread! But thanks anyway guys 🙂
SinFluxx
SinFluxx8mo ago
No problem, just best at this stage to stick with what your course is doing while you're picking things up to avoid any confusion
sunny innit
sunny innit8mo ago
definitely 🙂 Thanks again mate 🙂
Want results from more Discord servers?
Add your server
More Posts
❔ Releasing SoftwareI recently wrote a program using Avalonia, and I’ve uploaded an exe to github on the project so userHow can I create an ardalis put endpoint request with id in route and payload in body?Sample: ```cs public class UpdateById : EndpointBaseAsync.WithRequest<DocumentTemplateUpdateByIdRequ❔ I would like to use an SQL query on a consecutive Select HTML element.I have this form were I can add a product, a Product is made with this structure: ```csharp pub❔ can't insert listbox items from txt file?Hello, I'm hoping to have a list box show items from a txt file on my C:\ drive, but I can't seem to❔ ✅ [SOLVED] The .NET Core SDK cannot be located: Error running dotnetThe .NET Core SDK cannot be located: Error running dotnet --info: It was not possible to find any in✅ Debugging exceptions not caught by try-catchHi, I have a small piece of code I am having trouble debugging. I have this class: ```cs public stat❔ Framework and Services for C# desktop chat appSo I started programming a chat app which uses .netframework and wpf and I've recently come back to ❔ Ef core relationsHey, im working on a simple project and im getting so much confused about how efcore works. I have t❔ How to configure an external provider in .Net8 Blazor with individual auth?Hey guys, I'm having problems adding an external authentication provider to the basic Blazor WebApp ❔ DIY logging methodsI'm working on an old old codebase and I've noticed it has effectively implemented its own logging c