Search Data in MS Excel File Using Asp.Net C#
Hi, I found this code on the internet but it doesn't work the way I want it to. You can only search for data by numbers, but I want to search for mixed data. Any suggestions?Important Namespaces Used...
View ArticleTime anomaly in mysql table version 5.5.62-log
Hello there,I need your help.This is part of my table on MySQL databaseI realized that in this case more than one hour has passed between the previous and the next rowmysql> SELECT TIMEDIFF(...
View ArticleSQL NOT BETWEEN syntax in query on MySQL
Hi gurus,I have problem with MySQL databaseOn the table calendar_recovery_interval_hour_2020 I divided the days into time slots of one hour each, e.g....
View ArticleHow to find events the next day and after midnight in MySQL
HiI need your helpthe day was divided into four time slots 00:00:00-06:00:00 06:00:00-12:00:00 12:00:00-18:00:00 18:00:00-24:00:00for each of these time slots I need to search the rows in the database...
View ArticleUpdate join table using MySQL 8.0.17
hi all,On MySQL database I have two tablestmp1mysql>SELECT*FROM`tmp1`;+-----+---------------------+-----------+----------------+--------+| sID | sDate_sHour | sName | sStatus | sValue...
View ArticleWhen username changes on table register get only last username in mysql
Hi all,This is my table tbl_register on MySQL database+---------------------+------------------+---------------------+-----+| sDateTime | sRegisterAccount | sNewRegisterAccount | sID...
View ArticleDriver installed but still Data source name not found and no default driver...
Hi guys. I have installed MySQL ODBC Driver 5.3 to my computer but [Data source name not found and no default driver specified] is returned while i trying to access DB. It's working fine if I changed...
View ArticleHow to connect to MySql from MVC with code only and without using ADO.NET...
Hi AllI want to connect to MySql database from MVC using code only and references.I already installed .NET connector 8.0.20.0and I have mysql.data.dll, mysql.web.dllThanks in advance.
View ArticleWeird case while using [MySQL ODBC 5.3 Unicode Driver]
Hi guys. the following is my customer_table structure & data:CIDUsernamePasswordName10515stephen12345Happy StephenEverything is working fine until I changed to [MySQL ODBC 5.3 Unicode...
View ArticleORA-12504: TNS: listener was not given the Service_name in connect_data
Hi.I am trying to connect to Oracle Exadata 12 c database from a C# Web application ( VS2010).I have used the below code//web.config<add name="con"...
View Articlehow to call a oracle stored procedure which has multiple select query
Hi Team,how to read multiple result from a oracle stored procedure USING C#. See the below scenarioBelow is the Stored ProcedureCREATE OR REPLACE PACKAGE SAMPLEPKG AS TYPE T_CURSOR IS REF CURSOR;...
View ArticleSystem.Data.ODBC fail reading data from Filemaker database, PLEASE help!
Hello and thanks for reading. We have a Filemaker database that we would like to read using System.Database.ODBC - We successfully connect and also, if we want to update, delete, or insert, it works...
View ArticleBulk Insert asp.net Datatable to Mysql
Hi Support,I am trying to do bulk insert my datatable to mysql table.Below code works for inserting table when fetching from table ..but i need to pass Datatable and insert..pl suggest or if you can...
View Article.Net Framework development with other database providers
Hello colleaguesI would like to knowif we use the following database systems in .Net Framework development (ASP.Net Web App, MVC, API) ?MySQL PostgreSQL MariaDB Are these database system compatible...
View ArticleWhy my Json data changes after inserting to Mysql longtext column
Hi ,I am retrieving json data from API and then saving it to my mysql table in longtext datatype (my json string can be very huge ).Issue:when i retrieve it back , its gets changedstring i inserted and...
View ArticleCreate calendar table of next year using stored procedure in MySQL
hi alli need create calendar table of next year using stored procedure in MySQL.on this code the problem is setting value of next year, because the result isProcedure execution failed 1064 - You have...
View ArticleNeed Query to Combine Data on Separate Tables
Hello folks. I'm trying to hammer out this query and having some difficulty. I have four tables, one is a codex which refers to the RecordID of each table with data in it. I've called this one...
View Articlemy MySQL connection is not working after I convert my project from netcore...
hi allI was using this connection string with NetCore 2.0"EvrakaConnection": "server=MyServer;port=3306;database=MyDB;user=root;password=MyPW;Charset=latin5"Then in startupvar connection =...
View ArticleThe type initializer for 'Sap.Data.Hana.HanaConnection' threw an exception
We are using asp.net mvc application to connecte SAP Hana database ussing Sap.Data.Hana.v4.5 dll version Version=2.4.171.0. This dll available on the system where we installed sap b1 client. We are...
View ArticleMySqlException: Table 'dinghysailing_info_db.Manufacturers' doesn't exist
Hello,I am using mysql DB with my asp.net core mvc project, when I connect to db at localhost using MySQL workbench it works perfectly alright, but when I alter the connection string to some remote...
View Article