textbox/checkbox/dropdownlist values, insert into Oracle db
I have created my Oracle DB, and established the connection within my visual studio. (call it TEST_DB)...Now say I have 1 textbox (Name), 1 checkbox (gender), and 1 dropdownlist (state),What is the c#...
View ArticleDeclare SQL statement
Hi I have been changing my asp.net application from mssql to mysql due to client's requestThis is the following codes that i have been changing and couldn't make it work due to this errorMSSQL : mySQL...
View ArticleInserting of bit data type values
Hi I have a MySQL statement which is supposed to insert 2 bits data type value into 2 columns in MySQL databaseIsCurrent and IsArchived are the bits(1) data typemySQL = "CREATE TEMPORARY TABLE IF NOT...
View ArticleWebinar on how to run MySQL Side-by-Side with NuoDB
This webinar: http://bit.ly/183ADOx shows how to run NuoDB side-by-side with MySQL and walks you through:How to replicate your MySQL application to NuoDB Augmenting your MySQL OLTP system with a NuoDB...
View ArticleWARNING - ASP.NET 2.0.50727.0 event id:1039 "an unhandled exception has ocurred"
I have web application. On the server i am getting this event log. WARNING - ASP.NET 2.0.50727.0 event id:1039 "an unhandled exception has ocurred" Exception information: Exception type:...
View ArticleNeed a help on datatype
Hi Friends,I'm new to Oracle. I would like to know what is the huge datatype i can use?In SQL Server 2005 we use NVARCHAR(MAX) and TEXT which holds large data. I want to store the 2lkh char in the...
View ArticleCan I switch my asp.net project to point to a MySQL instead of MS SQL?
I've developed a project using asp.net-mvc3 using sqlexpress as the database on my local machine. I've deployed the site but can no longer use Ms sql because my ISP is blocking port 1433. I would like...
View Articleconnect to db2 database
i want to store my data in db2 instead of sqlserver. how to connect my asp application to db2 database.and also give a simple example to retrive a data from db2 database . will i have to create...
View ArticleNeed an alternative to optimize the performance
Hello,this is the situation iam facingfor(details in arraylist){callmethod(detail)}callmethod(detail){begin transactionqueries database with 3 select commands and checks if detail is valid else...
View ArticleASP.Net and Oracle Database
Hi everyone,I'm very new to .Net technology. I've been doing all the time on classic ASP only.Now I have to make the website using ASP.Net with C#. We are going to use ASP.Net 4.5.We are using IIS...
View ArticleReg: Oracle remote connection
Hi I want to connect oracle remote server. But i am getting error - No TNS listner.I add reference oracle.dataaccess.client to project.So any one can help me how to access connection?
View ArticleCustom IIS URL Rewrite Provider MySQL ODBC
HiI am trying to write a Custom Rewrite Provider that use ODBC rather than the SQLClient as we are using MySQL database server. I am following the tutorial here...
View ArticleMySql Connection class with master page
HII have made a class for mysql connection and call it by default.aspx page load.I m using master page also..In class i connect to mysql (open connection in class).. and in other page i only use...
View ArticleMySql max_connection issues
Hi allI have been using MySql Workbench in the past few weeks after i convert Mssql to MySqlI noticed this strange error that pops out everytime when i was trying my asp websiteIt keep prompting 'Too...
View ArticleOracle Connection String
HIe All, I want to know how we can connect to Oracle database using vb.net which has host name,port, SID etc. All the credentials i would like mention in web.config file and call the key name in web...
View ArticleAbout language problem of MySQL
Hi all, I have a MySQL databse having Collation utf8_unicode_ci. If I enter any value from my local language (Marathi) then it is saving in a table but displaying ????. How to resolve this...
View ArticleEnabling Indic text (hindi language) support in MySql and asp.net
Dear all,I have an asp.net site that stores user messages in a mysql db, now the problem is if the user inserts any indic (hindi and other indian languages) text in the database it isn't displaying in...
View ArticleOracle Connection Giving Error
Hie All,I am trying to connect to oracle 10 G Database, after install oracle client 10.2 i am able to connect to oracle Database by using ASP.Net, while running the in VS 2010 it is sucessfully...
View ArticleMySQL Error: Error while storing the user information. The user might have...
Hi guys,I getthing this error while trying to create new user in MySQL Administrator.Error while storing the user information. The user might have been deleted. Please refresh the user list.MySQL...
View ArticleERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and...
hi guys, i have installed MySQL ODBC Driver 3.51 & 5.1 in my pc.I got the following error if my connection as below:Dim ConnStr As String = "DRIVER={MySQL ODBC 5.1...
View Article