Any alternative of Bulkcopy in mysql in vb.net/c#
Hi all In vb.net to SQL Server BulkCopy to Save Datatable direct to database is there any alternative in MySQL to save Datatable direct to database
View ArticleMVC with Oracle
Hi guysI have a problem. Installed provider oracle + entityframework6.Normal reverse with entity. When I connect the database get the error:tutorial to global assembly cache???Anyone please.
View ArticleRead csv as UTF8
Hi,I need to import csv as UTF8 (originaly it is in ANSI)I tried Dim fileStream As StreamReader = New StreamReader(fileIn, Encoding.UTF8, True)But stll wrong charters are dislayed (�)If I use UTF7 I...
View Articlecompare date problem
How can I compare date in oracle. I have table with datatype as date. And a function to return date. But I don't know why I can't get the right date after comparing the date. Below is my sql. Select...
View Articlehow can I get output parameter from sql oracle
how can I get output parameter returned by function from sql using oracle
View Articleproblem in mysql Bulk insert using datatable and mysqldataadapter
hii i am having a strange problem in mysql insert using dataadapter and datatable.... i am not able to figure it out what is the actual problem .. here is the code snippet :Only one row insert and then...
View ArticleSave data from excel to database
i have a excel sheet where total data is 150000 .when i insert in to database it inserted but the problem is only 20000 data insert rest data not insert how to solve the problem this is my codeprivate...
View ArticleOracle Database not showing up in Data Source section in Visual Studio 2013
I am a newbie to .NET world.I am trying to do a POC to expose on premise Oracle 's database using OData protocol by using Microsoft's Entity Framework.In an attempt to do that I have installed Visual...
View ArticleVS 2013 cannot create data connection to Oracle - get IMo14 error
I create a data source with the 64 bit ODBC admin tool on Windows 10. Test connection is success.From VS 2013 I try to add data connection...Click change button for Data source, select Microsoft ODBC...
View ArticleCan't reuse old project with MySQL connections
Hello,After loading my old project in VS2015 I see that namespace MySql.Data.MySqlClient isn't supported.Then I have tried to find some MySQL staff in references. Nothing ... Then searching on web,...
View Articlesend a name to Oracle and get ID back from my procedure
I want to send a name to Oracle and get ID back from my procedure. Please provide me a method that will work, my app is using Oracle.ManagedDataAccess. The found two methods that both do NOT work,...
View Articlehow to solve for namespace name 'OracleBulkCopy' could not be found issue ?
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using Microsoft.VisualBasic; using...
View ArticleQuery excel rows fastest way
Query excel rows for a column using like operator But the problem here Excel sheet contains greater than 10,00000 records. Can you guide which is the best and fastest way to filter records from the...
View ArticleProblem executing SQL with Oracle Managed Data Access
When I connect to an Oracle 11 database using Oracle.DataAccess (v 4.0.30319 ) a simple query (Select * from DifferentSchema.myView) returns about 300 rows with the C# code below: OracleConnection conn...
View ArticleQuestion about system.data.oracleclient to mass upload
is there anyway I can using system.data.oracleclient to perform mass upload from datatable to oracle database?
View ArticleWhat is the DB2 Provider in connectionstring of MVC web app?
Hi, I am trying to connect DB2 database,in connectionstring I used this format: string connString =@"provider = IBMDADB2.1;persist security info = false;data source = sample;";so in my case, I have...
View ArticleOra-12154 TNS:could not resolve the connect identifier specified using...
I have a local console app that connects to an Oracle 11 database to execute a simple Select * from View query. It runs fine in localhost, with any of the following connection strings (FYI the host...
View Articlesession
i have some session role, and have 2 page 1 for user 1 for admin .. i want to read session when session role user then redirect to page for user and when session role admin the redirect to page for...
View ArticleRegarding Oracle client and networking components issues
we are facing a connectivity issues in ASP.net application , Please find the below information .DOT net Framework : 3.5Application Type : WebIIS Version : 8.5 OS Version : Win 2012 R2 Bit : 64 bit...
View ArticleNot able to access mapped SQLITE database from IIS
When I try to access the mapped SQLITE database EampleSQLiteConnection con = new SQLiteConnection("Data Source = \\\\shareed servername\\Folder1\\somedb.sdb",true);when I run this command locally on my...
View Article