Is there MySql T-Transactions to SQL Server Online Converter?
Is there MySql to SQL Server Online Converter?I want to convert T-Transaction of MySQL to SQL Server:CREATE DATABASE IF NOT EXISTS 'MyDatabase' CHARACTER SET utf8 COLLATE utf8_general_ci;
View Articleconversion failed when converting date and/or time from character string. in...
When importing excel column Date in to sql Table i am getting error like this :"conversion failed when converting date and/or time from character string. in asp.net c#" My Code:protected void...
View Articlenot getting query proper value in mysql
Hi all, I am having a query in which am getting proper value by joining two tables below is the syntaxselect distinct t.user_id, first_name,last_name from tbl_user t left join tbl_req_task_map r...
View ArticleConnect to MySQL from Web Pages with MySQL ODBC 5.1 Driver
Hi,I built a Web Pages (.cshtml) Razor website that uses a MySQL Database for the site content. On my development server and my own hosting companies server the site works fine. The connection to MySQL...
View Articlecan't connect to mysql server (localhost)
i am trying to create a new connection using localhost. but fails and error message prompt as below:error code: 2003can't connect to mysql server localhost (0)i am using sqlyog to connect, why i can't...
View ArticleCompare Three tables and fetch the vendor ID according to the Conditions
Table 1 (Vendor)ABC DTable B (Assigned Vendor)ACDTable C (Vendor Payment)A ( Not Yet Make payment )C ( Payment Done )Expected Output IS : B and CExplanation :1. B is the New Vendor Items so it can...
View ArticleWhat is wrong in that
CREATE PROCEDURE 'DL05sp' (IN timval datetime,IN resis float,IN BarCode1 varchar(150),IN BarCode2 varchar(150)) BEGIN INSERT INTO dl05 (TimeValue, Resistance, BarCode_1, BarCode_2) values...
View Articleway to connect to informix?
Good morning,I need to take an old application and repoint it to the new database which is informix. I can't seem to find a way to connect to it. This is what I have so...
View ArticleGet OleDb reading from excel to skip all empty rows.
I have been wracking my brain trying to figure out how to get OleDB to not import empty rows in my importable excel files. It starts and will run perfectly fine until it hits an empty row and then it...
View Articleconvert db2 to sql server
can nay one help me how to convert following db2 query to sql serverselect AO_CARDHDR_NO||' '||AO_MERCHANT_ID||' '||AO_REQUEST_DATE||' '||AO_BILLING_AMT||' '||AO_APPROVAL_CD,count(AO_CARDHDR_NO||'...
View Articletry connect to MySQL
what is the mistake i did when try connect to MySQL server. Thank for help<add name="conString" connectionString="Data Source=localhost;Initial Catalog=db_insurance;Integrated Security=True;"...
View ArticlemySQL auto increment
how to insert data manually into database , auto-increment added automatically the way i did is wrong? for the CustID i already set to auto increment, supposedly database will auto detect the id?
View ArticleNot able to connect to Oracle database from Visual Studio 2012, giving error.
I am trying to connect to Oracle database from Visual Studio 2012 but I am getting the error as "attempt to load oracle client libraries threw badimageformatexception this problem will occur when...
View ArticleAm getting this error in orcle 11g ORA-06550: line 1, column 7: PLS-00306:...
Here p_ebond_id is output parameter and its datatype is number below code am using but getting error.Please tell where am going wrong. OracleParameter pebondidout = new...
View ArticleERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and...
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified in windows server 2008 r2.I made a application in asp.net c#.I am using ODBC connection.When I...
View Articlefetching data from datareader
Hello,Can anyone please tell me how to fetch 5000 records using Oracledatareader.we tried with following code.but nothing is returning.oraclecommand cmd=new oraclecommand("query" ,con)oracledatareader...
View ArticleEntity Framework Exception: Schema specified is not valid. for oracle
I working in Asp.net with entity framework in vs 2010 with oracle database. I provide connection string from code for entity frame work datacontext. Here is my code:public static string getConStrSQL()...
View Articlecheck if value exist into database (best way)
how to prevent duplicate CustName insert into database, can i use Linq method to filter but do not has data table? has any best way to do ? protected void btnSave_Click(object sender, EventArgs e) {...
View Articleneed help in left outer join for output
dear all, I am stuck in left outer join in ORACLE. Below are my two tables and expected output.table1 is as...
View ArticleOracle.DataAccess.Client.OracleException
IM Running into the below issue when I open a particular tab in a MVC webapplication which is using Oracle as a backend. I tried to remove the old reference of Oracle.DataAccess and added a new...
View Article