[RESOLVED] successful migration wizard using mysql workbench from 5.7 to...
but not the other way round... couple days ago had tried pulling database from 5.7 to 8.0.36 using mysql workbench on the 8 server, which had so many errors reported during the migration process, it...
View Article[RESOLVED] installed 8.0.36 alongside 5.7 How to access 8 from commandline,...
I am in the 8.0 bin directory and running .\mysql -u root -p and server version shows as 5.7 Now 8 is running on port 3307, and is a separate windows service and my program can connect to 8.0.36 and...
View Articleerr log and fix mysql native password deprecated error, may have fixed now
2024-03-17T11:36:36.089388Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.36) starting as process 20776 2024-03-17T11:36:36.139301Z 1 [System]...
View Article[RESOLVED] err log and fix mysql native password deprecated error, may have...
2024-03-17T11:36:36.089388Z 0 [System] [MY-010116] [Server] C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld.exe (mysqld 8.0.36) starting as process 20776 2024-03-17T11:36:36.139301Z 1 [System]...
View Articlemysql 8.0.36 now wont run after I stopped service and did some things...
I stopped the service, copied over a table in one of my databases I made. Tried to start service, wont run, windows says service started and then stopped. What I did is at mysql command prompt use...
View Article[RESOLVED] mysql 8.0.36 now wont run after I stopped service and did some...
I stopped the service, copied over a table in one of my databases I made. Tried to start service, wont run, windows says service started and then stopped. What I did is at mysql command prompt use...
View ArticleFound a 'bug' in MariaDB ODBC connector 32 bit version 3.1 and 3.2
I was on a help forum at slack for MariaDB https://app.slack.com/client/T01UEBHVADU/C02R1CJ0LD6 and suggestion was post it at https://jira.mariadb.org/browse/ODBC-418 It seems to me extended char...
View ArticleOld school learning new techniques.
Hi there, I recently started using VB.NET and doing my first VB/SQL project. I have very basic question. In VB 6 I used to get the last record result through below SQL (OleDB) Dim LastRecord as Integer...
View Article[RESOLVED] Can't create any ODBC tracing logs
I may not have permissions, I modified missing registry keys that were missing. So far nothing works. ODBC manager not allowing me to do some things even though I run as administrator. Which tells me I...
View Article[RESOLVED] Found a 'bug' in MariaDB ODBC connector 32 bit version 3.1 and 3.2
I was on a help forum at slack for MariaDB https://app.slack.com/client/T01UEBHVADU/C02R1CJ0LD6 and suggestion was post it at https://jira.mariadb.org/browse/ODBC-418 It seems to me extended char...
View ArticleVBA 'only one SQL statement allowed' error, when writing from one database to...
Hi! I'm using VBA 7 with MS Word to change field values in a SQLite database. I need to read every record in a table in one database and write it to another table in another database. When I'm trying...
View ArticleI detached a database from SQL Server Object Explorer
How do I get it back? There's no attach option.
View ArticlePopulating textboxes with appointments from database
Hello again VbForums I wish the appropriate forum for my needs is Database Development. My application is intended to organize appointments for doctors: The day is divided into 3 periods: (Morning-...
View ArticleSQL Server - requesting help debugging this stored procedure
I hope I just need a fresh pair of eyes to help me look at this, I do not know what's wrong but my sproc is letting me create duplicate rows when, if the row exists, I want to update it. I am using...
View Article[RESOLVED] Abnormal Unrolling
I can't believe I'm asking this, but here it is: We have a normalized database where somebody insists that it would be better if it were somewhat de-normalized. Everybody else thinks that's a bad idea,...
View Article[RESOLVED] SQL Server - requesting help debugging this stored procedure
I hope I just need a fresh pair of eyes to help me look at this, I do not know what's wrong but my sproc is letting me create duplicate rows when, if the row exists, I want to update it. I am using...
View Article[RESOLVED] Getting syntax error..
Hi, I am getting an error while executing the below code: Code: "Select Sum(Total), TrType, TrNo, TrDate, CNo, CName, Address, City from SalesTable Group By TrType, TrNo, TrDate, CNo, CName, Address,...
View Article[RESOLVED] isnullorwhitespace?
MSSQL 2008. I mean I can do in with when but how can I simulate a nullorwhispace when creating a view? Currently I'm doing it this way. Is it acceptable? Code: Create View SELECT... case when...
View ArticleNeed help to do this calculation
Hello everyone I have this table: Price NumOfSessions 500 2 1000 4 I need to calculate the TotalPrice 500 *2 = 1000 1000*4 = 4000 The totalPrice is 5OOO Code: select sum(Price)*sum(NumOfSessions) as...
View Article[RESOLVED] Need help to do this calculation
Hello everyone I have this table: Price NumOfSessions 500 2 1000 4 I need to calculate the TotalPrice 500 *2 = 1000 1000*4 = 4000 The totalPrice is 5OOO Code: select sum(Price)*sum(NumOfSessions) as...
View Article