Can I use REPLACE on INSERT?
I have the following in my InsertCommand of my SqlDataSource with an <InsertParameter> called NAME which is bound.<asp:TextBox ID="TextBox_NAME" runat="server" Text='<%# Bind("NAME") %>'...
View Articlec# and MongoDB
Hi,can c# be used straight forwardly with MongoDB. MongoDB has been mentioned recently quite a lot. Or is MongoDB designed to be used with something like Node.js. What language would you normally use...
View ArticleCreate User with tablespace and set quota.
Hi, below is solved solution for creating of user in database. create user USERNAME identified by USERPASSWORD default tablespace USER_DATA temporary tablespace TEMP quota unlimited on...
View ArticleTimeout in IO operation- Mysql connection
Timeout in IO operationDescription: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it...
View ArticleGenerate Custom Three Digit ID in MySQL with Repeating Sequence
I have a problem generating var char ID in MySQL with repeating SequenceNeed Following Format....ID Client ID Department001-01 001 HR001-02...
View ArticleMassive data Transportation to Excel file
Is there any programmatically way to fasten data transportation from database to Excel? The design is user can select any number of column to display on the Excel file. There are more than 10000...
View ArticlePL/SQL for running a stored procedure
I have the following stored procedure. If I would like to run this through PL/SQL, then what would be the syntax for doing it?create or replace procedure GETALLCUSTOMERS (p_recordset OUT SYS_REFCURSOR)...
View ArticleMigration Error On GoDaddy with MySQL
Hello There! I have an MVC5 application that connects to a MySQL database, and the application is published on GoDaddy. To create the application, I followed this...
View ArticleC# .Net 4.0 Applications and Oracle 11g Database Resident Connection Pool
The 11g version of Oracle brings for the first time the "Database Resident Connection Pool" (from now “DRCP”) functionality, a connection pool that resides at Oracle instance level. DRCP complements...
View ArticleThe type or namespace name 'OracleClient' doesn't exist in the namespace...
Hello:I have 2 systems - 2k8 server with oracle 32bit and 2k8 server with oracle 64bit.I am testing the same OracleChk.aspx page on both systems. 2k8 server with oracle 32 bit gives no errors.2k8...
View ArticleIs there a way to use BeginTransaction without OracleConnection (since...
I am upgrading a 1.1 app to 4.5.There are a few transactions that use the now-obsolete OracleConnection object.How can I rewrite these transaction statements without the OracleConnection object?Thanks
View Articlelogin_id not in table
str = "select count(*) as cnt from staff_login where login_id = 'hafees' and password = encrypt('hafees')"; com = new OracleCommand(str); orada = new OracleDataAdapter(com.CommandText, conn); dt = new...
View ArticleSystem.Data.Oracle 64bit compatibility
Greetings ,,Anyone can help in interacting with Oracle 64Bit Client using System.Data.Oracle Library with .NET Framework 4.0.I have to install Oracle Client 32Bit instead. this made me concede on 64bit...
View ArticleMango Database scope
Hello Experts.I have around 4 year experience in .net.I am planning to learn mango database myself. what is the scope of Mango database in the market.Please suggest me.
View ArticleCould not load file or assembly Oracle.Web, Version=4.112.4.0
We have an application running on a proof of concept server and are getting this error:Exception type: ConfigurationErrorsException Exception message: Could not load file or assembly 'Oracle.Web,...
View Articlehi guys,
I created one registration page using ASP.net and i want to insert these values in mysql database table...and i got an error " MySql.Data.MySqlClient.MySqlException: Access denied for user 'mysql'@'%'...
View Articlepart update statement..
hi guys,I have 2000+ record which ID started from 10001, 10002, 10003..........12000I wonder how can i update all of them from 10001 to 20001...the final outcome will be.. 20001, 20002, 20003............
View ArticleConvert XML into Excel
How Can one create Excel from XML. One more query: Can we write only certain tags in XML while creating XML? For Example: I want to write say only 2 tags in XMLsay Name & Designation. I am creating...
View ArticleORA-12154: TNS: could not resolve the connect identifier specified
I have operate oracle database very rarely. I have oracle 9i database at the server, long time a go i have link the database into ms access.Now, i have win8.1 and oracle client 11 installed. I try to...
View ArticleExcel Import into .NET DataTable displaying wrong result in Windows 8 r2 64...
Hi,We have upgraded our server and deployed a .NET application in Windows Server 2008 r2 ( 64 bit system). It was hosted in Windows 2003 r2 before where the excel import was working properly.In our...
View Article