Online cover and tool to convert Oracle query into sql
Is there available any tool and online converter which can convert complex to complex Oracle query to SQL.Plesae help me.
View Articlesql server stored procedure
Hi, i am beginner and want you helpi have one stored procedure named "student_registration" i have 2 tables "Login" and "Students" and relationship "FK_Student_Login" between Studen and Login...
View ArticleWeb Host MySQL Exception: Authentication with old password no longer...
I had this issue for the longest time trying to connect to my MySQL database with my web host provider IPower.I have a simple site where upon the user clicking a "submit" button I have asp.net code...
View ArticleHelp in mysql query
Hello friend I have three tables named tb_fst_form id district identification 1 Amritsar yes 2 Amritsar yes 3 Bathinda Yes 4 Barnala Yes tb_second_form id...
View Articleconnection Error
Message Executed as user: NDPINNACLE\SYSTEM. Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. Started:...
View ArticleSqlDataSource no results with SelectParameters, but works if I build the...
I have a problem on ASP.NET with a SqlDataSource connecting to a Oracle database. If I use the SqlDataSource with SelectParameters I get no results:<asp:SqlDataSource...
View ArticleUnable to compile to 64bits
I have an orginally built ASP project using a 32bit driver ODAC from Oracle on a Window 2008R2-x64bit using VS.NET 2008.Now, it has been successfully migrated to a new machine using VS.NET2012 and...
View ArticleSql Autoincrement by alphanumeric
What is the query for autoincrement the alphanumeric terms?for example: nss1,nss2..
View ArticleHow to execute anonymous PL/SQL in C# using ODP.NET 4.0?
I have had no luck. I googled and most of them seems to be talking about creating a stored procedure, but I don't have this option, I have to use plain SQL against my Oracle 10g database. namespace...
View ArticleHow to Read Excel File
I have upload an excel file..Now i want to read cell values and store these cell values in an array and assign these array values to a textboxCan u please help me how it can be possibleRegardsAftab
View ArticleProblem in inserting data into oracle database.
I have a problem in inserting data in a database. I have 2 tables, Reservation and Customer_Info. Reservation table has a field "Booking_id" that needs to be inserted into "booking_id" field...
View ArticleUse plsql in asp.net c#
I have been trying to fill dataset from the below PL/SQL script but am having issuesset verify offset pagesize 0set echo offset trims onset lines 1000set colsep |set termout offset wrap offset feedback...
View Articledataset having multiple dataadapter in asp.net and how can i use different...
dataset having multiple dataadapter in asp.net and how can i use different table in one rdlc report
View ArticleMySql.Data.MySqlClient could not be found in system configuration
Hi Folks,I am using VS 2013 Professional with mysql connector 6.8.3.I can see MySql Database as a Data Source in VS2013.I can open the tables by double click on them.Also if I code the connection by...
View ArticleNpgSQL Provider
Hi all,I intend to use Npgsql to connect to the Postgres database. Currently, I would like to implement a custom membership class to allow user to create account and log in to the portal. But I am not...
View ArticleGet Number of Months and remaining days given dates
How to get Number of Months and remaining days given dates in oracleExample:From Date TO Date Difference01-Apr-2007 15-Dec-2008 9 months 15 days (which is in Experience...
View ArticleModifying datatables by using CSV parsers
Hi All,I have a datatable which contains the following data;Col 1 Col2 Col 3 Col 4 Col 5 Col 6 Col 7A B C D 1,2,3 E FWhat I would like to...
View ArticleSplitting data from large CSV file
Hi All,I have a CSV data file which I need to extract data from and then write the parsed contents to a SQL table. I can sucessfully do this except with one column which contains a large amount of...
View ArticleEntity Framework missing
Hi Folks,I am new to this and need some help.I am using Windows 7, Visual Studio 2013 Professional, mysql for windows 1.1.3, net connector 6.8.3.I am able to connect to mysql database in server...
View ArticleSpeical CSV Parsing
Hi All,I have a CSV file which has 7 columns which are separated by commas. One of the columns is speical since it has data enclosed by double quotes and has newlines separating each entry for that...
View Article