sql bacpac creation
I am trying to write a simple vb program to create a bacpac file from an sql database. This needs to be independent of SSMS and cannot use any command prompt interaction. Any links or advice would be...
View ArticleUnable to Access MySQL Remotely
I've opened a Stack Overflow thread here: https://stackoverflow.com/questions/...mysql-remotely but I'm asking again here. I really need help figuring this out to finish deployment. I am using Windows...
View ArticlePragma wal/wal2
I'm using VS 2019 16.9.4 and I'm writing a database program using SQLite. I'm not sure how concurrent writing and reading to and from database is handled by default. I have read the SQLite WAL modes...
View Article[RESOLVED] trying to replace a symbol dosnt work why?
i have this phone numbers witch contains this symbole (-) exapmle Code: 052-9646312 056-9972161 i want to remove this(-) tried this code to run in access query it dosnt work. nothing is changing. Code:...
View ArticleBLOBS in Database: Good or Bad practice?
Hi Folks, this subject came up in a discussion i had with someone last week: First off: Please no advice like "put the file (Image, Video, PDF, whatever) in a Folder on the Disk, and save the path to...
View Article[RESOLVED] Problem Adding User to Role
In SQL Server Express something (I forget which version, but something fairly recent, like 2017, if that's possible), I'm trying to write a script to add users and assign some roles to them. Adding the...
View ArticleSELECT COUNT (*) does not return 0
Code: cnn.ConnectionString = "server=ipaddress;userid=user;password=pass;database=aml;" Dim numrows As Integer = 0 cnn.Open() Dim Query2 As String = "select count(*) from aml.mlog where Mlogpageno='"...
View ArticleMS SQL error: There is insufficient system memory
Getting this error message on an MS SQL DB that I am just cobbling together - running on a GoDaddy server. Msg 701, Level 17, State 123, Line 1 There is insufficient system memory in resource pool...
View ArticleWhat would syntax of this be in C# code?
Simply put, how do I write this same filter in my C# code? select * from [dbo].[xtblMROrderItems] where (convert(varchar(10), [ReceivedDate], 101)) = '06/24/2021' I am trying to see if all rows in the...
View Article[RESOLVED] What would syntax of this be in C# code?
Simply put, how do I write this same filter in my C# code? select * from [dbo].[xtblMROrderItems] where (convert(varchar(10), [ReceivedDate], 101)) = '06/24/2021' I am trying to see if all rows in the...
View Articlework on SQL Server database without SQL Server installed
Hi all. Is there a way I can access and manipulate my SQL Server database without having the management studio? Any free app that others have used? Currently, I don't have anything installed, and I can...
View Articlehow to block user for duplicate entry
Hi. I have a cart table: Code: cart_id (PK) item_id (FK) item_unit_price order_qty order_price order_of order_instructions order_date token_id (NOT FK) Another table Order_Master Code: or_id (PK)...
View ArticleNeed help on date subtraction
Hi. I have an issue. I need to extend some dates but here is my problem. I need to extend the date of a registration to the amount of November 2 and forth. Meaning if someone had a registration at...
View ArticleVB6 Won't Update mdb database
VB6 app developed on Win XP with DAO 3.6. Compiles and runs in XP with the db updating correctly. When app.exe file is copied to and run in Windows server 2012, the app runs and sees the incoming data...
View ArticleMS Access Database Engine 2010 problem
I have developed a few applications over the years that I use frequently. These applications use MS Access as the back-end database and the MS Access Database Engine 2020. Beginning sometime in the...
View ArticlePass a list of integers to stored procedure and perform insert on each
Is there a way to pass a list of integers to a stored procedure and perform an insert query on each? I have tried running a SELECT query to return the integer list within the stored procedure but it...
View ArticleInformation on a Dropped...Something
A colleague of mine found that a view that he needed had been dropped, or seriously altered...and then it came back. If I sound vague about what happened, it's because I am. I'll know a bit more...
View ArticleSQL SERVER on ASP page getting Timeout error
Hi all. It's been years since I saw a timeout message, so I need some help here. SQL Server database, webpage in classic ASP. I am cycling through a list of appointments and sending out a reminder...
View ArticleReturn identity PK to a new table
Code: Insert into Accounts(Jd, xID) Output Inserted.ID Select Jd, xID from Temp where Jdx = 80 This output lists all the PKs of the newly inserted rows. Is there a way I could generate a new table...
View Article[RESOLVED] Return identity PK to a new table
Code: Insert into Accounts(Jd, xID) Output Inserted.ID Select Jd, xID from Temp where Jdx = 80 This output lists all the PKs of the newly inserted rows. Is there a way I could generate a new table...
View Article