Oracle Transactions Isolation Level
Hi all,I'm facing a big problem with oracle transactions. I'm using c#.net OracleTransaction object but i can't find the suitable IsolationLevel to, in the transaction context see the...
View ArticleSplitting comma separated string inside function
How to split comma separated string into an array which is passed to an oracle function as a parameter and then iteratingthrough every element of array.....
View ArticleTrigger not working....
I have a trigger which gives error...create or replaceTRIGGER TR_MOVEMEMBERAFTER INSERT ON INT_MEMBER FOR EACH ROW DECLARE rowcnt number(20); BEGIN SELECT COUNT(SAPPLICATIONNO) into rowcnt FROM...
View Article[MySQL] Clause with rollup
Hi there, hope in your help.I tried this query but the output in the last row of column Qst_prest is incorrect because I don't have the sum and total of all rows, but I've the value of row strD is...
View ArticleHow to write Update sql Query for single column values interchange
Hi i ham vaving bellow data in my table1 krishna F2 ramu F3 yyyy M4 xxxx MI want write a single update query that will update all " F " to "M" and "M" to 'F" in sql server 2008 ?can you...
View ArticleHow to rename Excel worksheet using ASP.NET
Hello,I need to rename a worksheet in Excel file from the ASP.NET application. I've found a code that does it:private void RenameExcelSheetsName(string sFileName) { Excel.Application app = new...
View Articleloading data error
hi alli need to retrive data from database from 2tables in2 different databases on same server using the user id as a keyis it possible??
View Articletry to delete a row in DB
Hello,I try to delete a row in my MySql database witch is older than two day's from now, if i make the delete to a select my query shows the post older then two day's. But when i try to delete thoose...
View ArticleAdding data to a simple table...following the tutorial
Hello,I appreciate any help here as I go thru' the tutorial headed "Introducing ASP.NET Web Pages 2 - Displaying Data"I cannot enter the data as instructed as it throws an error on the ID column, the...
View ArticleOracle function...
I have to write a oracle function under which I have to separate a comma sepatated string which is actuallypassed as parameter to this function then assign every comma separated value to array .Then...
View Articlehow the Java application and web page share the same mySQL database?
my system is a restaurant system and i want create 1more webpage for promotion...so how i upload my database to online and how to access by my restaurant system and webpage together?
View ArticleCalling an oracle plsql procedure
Hi,i am trying to call an Oracle plsql stored procedure from my pagebut i keep getting the error:ERROR [42000] [Oracle][ODBC][Ora]ORA-00900: invalid SQL statement here's my code OdbcConnection odbcConn...
View ArticleOracle trigger giving error.......
Hi ,I have written a trigger on my table that is actually inserting/updating a row in another table when insertion performed in this table.But it gives arror.My trigger is: create or replace TRIGGER...
View ArticleHow to open Excel File and add text in rows
I have created excel file using openXML. The sample i used from MSDN creates file and add a sheet into it. But i am confused on how to add text in rows.for example i open an existing excel file and add...
View Articleallow multiple MySQL databases to be accessed by only one user.
Hello!I would like to allow multiple MySQL databases to be accessed by only one user. It's not currently possible (using Plesk), and I think it's a big miss.
View Articlesql nested select
i have 2 databases i select some filds from 1 and join with other field in the second i need the value selected from table 1 to be displayed in a waythat instead of value = 1 it display "gen clnc"the...
View Articlegetting error in stored procedure,email required
function calling stored procedurePublic Shared Function AddImageToScrapBook(ByVal con As SqlConnection, ByVal trans As SqlTransaction, ByVal ImageName As String, ByVal ScrapBookId As String) As Integer...
View Articlestorage engine for basic insert update delete with foreign key reference
hi experts, I just wanted to know which storage engine to use for basic insert update delete of mysql for performance. but it should support foreign key reference integrity.Innodb I am using only for...
View ArticleStored procedure......
Please anybody write stored procedure(oracle) for mentioned details...I have to write a stored procedure in which I have to first select all application numbers from Table1. Now for every application...
View Articlehow to connect to oracle db
Now, I have this problem: if I view the page within VS, it loads the records from oracle table. But if I try to view the page via iis (localhost), it gives the error.An attempt was made to load a...
View Article