python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Logon failed for login due to trigger execution
I try to add the "mdf" database file to the project, I get an error.
How to fix the error?
Error:
The attempt to connect to the database
failed; the following information was received:
Logon...
klimst6987
Votes: 0
Answers: 1
I get empty data on the datagridview
I'm trying to pass value from a SQL Server localdb database to a datagridview by textbox.
I use this code:
Public Sub InsertBarcode()
Dim x As Integer
Try
If Con.State = 1...
Chaker
Votes: 0
Answers: 1
Slow to load Devexpress form with data from SQL Server LocalDB database
I have Devexpress form and I have 6 comboboxes loading with data from a SQL Server LocalDB database, but when I open the from, it's slow to load all data for the comboboxes.
I'm using this code for lo...
Chaker
Votes: 0
Answers: 1
Choose LocalDB version in Visual Studio
I'm developing a project in VS2022 with EF6, using localDB as default instance.
My DB is being created code-first and since I have multiple versions of localDB installed, for a matter of compatibility...

Bruno Philippe
Votes: 0
Answers: 1