Secure my data in .net application
Dears,I developed an mvc web application code first with oracle database.After release this application my client needs to secure his databaseSo his employees when open database see encrypted data...
View ArticleORA-01008: not all variables bound
Two working days have come and gone, and I'm no closer to solving it then when I encountered it. If anyone knows why the variables would not bind, please let me know.If I hard code "Bill Jones" into...
View ArticleODAC error
Hello Experts;I am using Oracle Database 11g Release 11.2.0.4.0. I go to the following link below to download the necessary...
View ArticleOracle - Enable 32 bit Applcations = True
I developed a VS 2012 application on my 32 bit machine. The application works with Oracle in my local environment.When I move it to our production web server (a Windows Server 2012 R2 64 bit operating...
View ArticleHow to handle large amount of data in Excel Web AddIn (task pane)
I've created an Excel Web AddIn (task pane)I have a dataset of 500,000 rows. When I use javascript it hangs. How can I quickly store the data and retrieve?function getValue(strA, strB){ if (strA ==...
View ArticleClient side (office javascript api) vs server side (asp.net)
On the basis of this article , I created a ms sql database, including the models and controllers in a Excel Web AddIn (TaskPane) How can I populate the contents of the table Movie in Excel?This is the...
View Articlesubstring mysql
hello, can you help me .. i want use function group by with substring in mysql i have field date type number like this 201608XX YYYYMMDDand i want group by only year and month (201608) without day...
View ArticleORA 00936 error calling a PL/SQL stored procedure from a c# web service
I need some help calling a stored procedure designed to add sequence number to each row added by an Api POST method.At the moment I get this error message: "ExceptionMessage": "ORA-20001: Get Next...
View ArticleWhile reading excel sheet in data table some row order no comes empty
am reading excel sheet with the below connetion,but in one order no some rows comes empty row, but excel sheet the row has present..*connString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + path...
View ArticleCompare two word documents
I have i need to comparing two documents.In first document consider as original document and second document consider as our typed document and compare first and second documents.The different text in...
View ArticleInvalid operation. The connection is closed error
With my below code , I get error as Invalid operation. The connection is closed. Here is the code [WebMethod] public static bool DoesDataExist(string proj, string surv) { OracleCommand commandrepeat1...
View ArticleRedis Database
Hi, I am building a web app in ASP.Net in Visual Studio. I want to know, how i can connect with Redis database in my web app. How I can get data from redis database. Please help.
View ArticleGet last inserted value from oracle database from inline c# coding
Hi all , How i get last generated id from oracle database. I not using store procedure. I am using inline code. below i pasting my codeconncection.Open(); Object emptyObj; emptyObj =...
View ArticleMysql Problem
I have created MySql database on Godaddy server and accessed using VS2010 (for web application). The code is working correctly on local machine, but while trying from server I am getting following...
View ArticleORA-12537 Network Session: End of file
I get the 'ORA-12537 Network Session: End of file ' issue when i try to create edmx file through Oracle.ManagedDataAccess.Client (12c release 4)Below stack trace occurs when i run through...
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 ArticleBulk update/cursor
Using Toad 12.1I have 30k update records in spreadsheet. how to use a cursor to update in a batch of 500/1000 and in the end I want to see 30k records updated instead of getting 1 row updated 30k times.
View ArticleWritign line of excel file : I need help to make working my code
Hi, i have a part of code wher i upload the file xls, which works fineand after i found a code to read my xls file uploadedvar fileNametouse = "@" + path; var connectionString =...
View ArticleAdd MySQL in Visual Studio 2015
Hi dears,I need to use a MySQL Database in Visual Studio 2015. (to do connect between WHMCS database and a web project in VS.Net)I've installed "mysql-for-visualstudio-1.2.3" ,...
View ArticleRemove specific characters from a string in MySQL
Hi, I will like to know how I can remove some specific characters is a string. I have some strings of characters that contain this; [some_string this_id="1"]. I want to take out the number "1" name as...
View Article