SQL Server - SQL Server to MySQL Replication
Hi,We have a requirement where there is a necessity to push data from sql server tables to my sql database.So that the report server traffic will move to mysql rather than sql server. Please let me...
View ArticleOracle Wallet connection string
My DBA is trying to have me write a sample program to make sure our applications can connect using an Oracle Wallet connection as a test.My connection string that I am using is like so -...
View ArticleCalling and executing a stored procedure from sql into a vb.net textbox
I have created the following stored procedure on SQL server: CREATE Procedure CalcTotal@InvoiceID Varchar(4)As Declare @Total int Begin SElect @Total = (TransportFee + EquipmentFee + LabourFee) From...
View ArticleAccented characters issue
Hi,I am having characterset issue when showing data from the database. Upon checking my database settings, the NLS_CHARACTERSET is set as "US7ASCII".This project that I am currently working on was...
View ArticleMySQL Packages : Nuget
This question will be a fast one.Wanted to install mysql through nuget, thought this was simple, however ran into alot of packages.Some doesnt have the Created By: Oracle, some do, some looks a bit...
View ArticleCompare difference between rows and show in next row in mysql
I trying to calculate difference between 2 rows, e/g:Row1: 1, "Brazil", 3, 4, 5 Row2: 2, "Brazil", 5, 6, 6 Row3: 1, "Brazil", 2, 2, 1This is the Query example how i compare:SELECT'3'as...
View ArticleMYSQL: how to select data from two tables without join statement !!
Hi all I need to join data from two tables but without using left join statement. Ex:select t1.*,t2.* from t1,t2 where t1.id=t2.id;The above statement shows only matched records from both tables. BUT I...
View ArticleUnable to connect Oracle DB to Asp Application
Hi All,New to Asp .Net , but have been tasked with copying a .Net application . I think I've done the hard part but I want the new application to point to another Oracle DB. All I can find is...
View Articleunespected error 0x08000405
Hi Folks, I am trying to create a mvc 3 Project using VS 2013 and MYSQL. I am using mysql conector 6.9.3 and MySql for Visual Studio 1.2.3 with one computer.] With another computer I use conector 6.9.5...
View ArticleI want Export Excel for Miccrosoft office 2003
my provider for office 2007 If FileUpload1.HasFile Then Try Dim Path As String = String.Concat(Server.MapPath("~/Files/" + FileUpload1.FileName)) FileUpload1.SaveAs(Path) Dim exlconn As String =...
View ArticlePublish MVC
Hello everyone.I need some help.I publish my application MVC and upload to server desenv. I used database oracle + entityframeork.I get the error:Unable to find the requested .Net Framework Data...
View ArticleMVC ORA-12154
Hi guys.I need some help.I have a app. Working ok in VS2012. I publish and copy for iis. Work. But there are a error with connection. I guess tnsMVC + Oracle +...
View Articlehow to save and retrieve images from mysql database
i am having slight difficulty retrieving images from the database;the following lines of code explain how i uploaded to d databaseprotected void process_Click(object sender, EventArgs e) { try {byte[]...
View ArticleSet a Index type unique in this table MySQL.
Hi there, I hope in your help.I have problem on set a Index type unique in this table MySQL.In the table `doTable` I have set a Index type unique on `MyUniqueKey` with fields `EventDate` and `TES`.I...
View ArticleWhen Microsoft excel 2010(.xlsx) file uploading the sheet values given wrong...
Dear friends, When I’m going to uploading Microsoft excel 2010(.xlsx) file the sheet values are given wrong values. becoz i converted the entire sheet values are accounting format and when...
View ArticleHow to check for existing data when uploading from Excel
Hi!I am uploading data from Excel in MVC. Things are working out fine but I need to check the database for existing data and skip them when uploading.Below is the method I have for uploading...
View Articlehow to search from xml string in sql server
Hi,I'm saving full xml string in database columexmaple:<ct><locale name="en-US">FLOWERS</locale><locale name="ar-KW">نتاتنان</locale></ct>now i want to search Exact...
View ArticleReading and Writing Data Using Excel to SQL Server in MVC
Hi.I am building an application that needs to use excel to upload a lot of data to the SQL Server.I have been able to write the codes for the uploads and it went well.What I need to do now is: In each...
View ArticleDB2 error: Unable to find an entry point named 'SQLFreeConnAttribsADONET' in...
Hi, in my MVC web app, I need to connect db2 database, but I got error when I tried to connect in my controller, can anybody help me what is wrong?Is this error ralated to my connectionString or my db2...
View Article