error connecting: Timeout expired problem
Hi All, I am developing web portal. It gives me below error sometime >error connecting: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may...
View ArticleUnable to fetch the data
Hi All, I wrote below SQL Query in MySql. I really don't understand why I unable to fetch the data SELECT alldropdownlist.dropdownlistvalues as MaritalStatus,alldropdownlist.dropdownlistvalues as...
View Articlegetting count
hi every one , im doing a project in which backend is mysql i have a problem , i some how managed to find the querry..this is the querry SELECT convert count(t.custID as custid,t.merchant as...
View ArticleMysql Class Example Code
Hi can u give a proper example which has master page and 2 or 3 different content pages..and a mysql class file which is called once only..also where to open (mysql.open()) and close...
View Articlehow to perform this task!!
Hi, I'm new to mysql..i want to create tables such assales---------------------------------so_no name address2013 leoper new jersey2014 roger...
View ArticleWide DB table or Small table with data delimited
I've read a few posts on DB table design and trying to determine the appropriate path to take here.I have multiple data objects (think dashboard element object) that can have anywhere from 10-120...
View Article'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine
<div style="margin-top: 25px;">Hi, I want to upload the data from Excel to SQL Server 2008 & 2012 also. in that i wrote some lines of code but when i try to open a oledb connection , it...
View ArticleUnable to save chinese character in mysql db.
hi guys, i having problem to save chinese character (unicode) in mysql database. appearing ?? in corresponding column.below is my connection string, i have set accordingly.DRIVER={MySQL ODBC 3.51...
View Articlequery from SQL server to MySQL
hello, hope in your help.i need adapter this query from SQL server to MySQL, can you help me?thanks in advance.mysql> SELECT ISNULL (AVG(Rating), 0) AS AverageRating, COUNT(Rating) AS RatingCount...
View ArticlePlease help in ORACLE SP and .NET Code to call the SP
Hi Friends,Please help me. This is my stored procedurecreate or replace PROCEDURE GET_SELECT1 ( p_recordset1 OUT Types.cursor_type) ASBEGIN OPEN p_recordset1 FOR SELECT * FROM TBL_SAMPLE WHERE Value=...
View ArticleKeyNotFoundException problem during reading the data
Hi All, I am gettingThe given key was not present in the dictionary. exceptionI am using asp.net 4.0 with MySql Database. My code is given below :MembershipUser currentUser =...
View ArticleReg: Hosting a Site
I host a website that have access to MSSQL and want to host another site related to Oracle.So could any one give any idea how to do it?Thanks
View ArticleHelp on Joining two tables
Hi Friend,I need a help. Please help.I've table name "EMployee "1 which has columns Employee_ID, EMPLOYEE_NAME, EMPLOYEE_SALARYIn another table "TRANSACTION" i've same EMPLOYEE_ID, EMPLOYEE_NAME,...
View ArticleHow to query from oracle ?
Hello and good day. I have already come out the first data in data grid view, that first data is from sql.after that i want to select the first row but the details of the first row is in oracle.how i'm...
View ArticleGetting an error Could not load file or assembly "Oracle.DataAccess" or one...
Hi All, I am trying to run this web application. I keep getting this error"Could not load file or assembly "Oracle.DataAccess" or one of its dependencies. An attempt was made to load a program with an...
View ArticleExecute Oracle Package Using NHibernate
Hi ,I am using NHibernate as ORM, Oracle as database in my MVC application. I have a package with a parmeter OUT type. I want to execute that package using Nhibernte. My mapping is...
View ArticleORA-06550:
ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'VALIDATESOCFINANCIALS' ORA-06550: line 1, column 7: PL/SQL: Statement ignoredhi ,i'm facing above problem when i'm...
View Articleselect works with navicat but does not in c#
Hi folks,I need your help with this mysql query!!It is working with navicat and mysql workbench, but I really need it to work with my code in C#.The problem is in this bit of code that generates 10...
View ArticleHow to avoid repeatedly Calling Same Store Procedure from Front end...
Hello Folks,I have situation like these...In the grid view...When click on row editing...I have to Call One Store Procedure repeatedly...What‘s I am thinking …. Repeatedly calling “Store Procedure...
View ArticleSelect time cutoff couldn't get it right
I have a table that has events information. I want to select events that is not out of date, which means to include events today and later date. I used the following statement:DATEDIFF(day, GetDate(),...
View Article