Databases :: Unable To Do A Like Search From Application On Informix?

May 21, 2010

i want to search for data in informix using a like('%Name1%') from my .NET application. The query that i have written is something like this:

select * from tableName where columnName Like CONCAT('%',CONCAT('Name1','%')) ......
this query when run from the front end does not yeild the desired result set ......however when i execute it from the db level i get the correct result .... also an intersting thin that i noted is ...if i do a LIKE('%' || 'Name1' || '%') from the front end i get a syntax error ...however this works just fine when i execute the query from the db...... ive spent over 10 hrs trying to figure this out ......but have not found a solution for it on my own ...... also, the following works perfectly :select * from tableName where columnName LIKE CONCAT('%','Name1') .....from the application...
likewise select * from table name where columnName like CONCAT(Name1,'%') works ...........* the vale fields need to be replaced with a '?' in the front end ...informix automatically replaces it when executing the command statement....so the commantext for all informix commands look something like this :
select ColumnName from tableName where columnName1 LIKE CONCAT('%',CONCAT(?,'%'))
parameter is 'Name1'

View 2 Replies


Similar Messages:

Databases :: Error [HY000] [Informix .NET Provider][Informix]Database Locale Information Mismatch

Aug 19, 2010

there is an upgrade to my infimacs server and my web application encounter this error after the infimacs is upgraded.

Below is the information on the server before/after the upgrade.

Before After

--------- -----------

Solaris 8 Solaris 10

IDS 9.40 IDS 11.50

The web server where the web application hosted is running IBM Informix Connect 2.81. There is no such error before the upgrade is done.

As a developer, i have IBM Informix Client-SDK 2.90 installed on my local pc and debug the page where the read is needed from infimacs but no such error found.

The error come out only when it is hosted on the web server where IBM Informix Connect 2.81 is installed.

I have gone through many articles and it suggest me to set the environement variable in the server : DB_LOCALE=en_us.819.

I haven't try this solution but i think that this might not be the best solution.

Is it possible to to to have this setting in the web application ?Does anyone has idea on this?Is it true that there is no other solution than setting the environemetn variable DB_LOCALE?

Below is my connection string

"Host=192.168.100.xx;Server=infimac;Service=1527;Protocol=onsoctcp;Timeout=120;Database=abc;uid=userid;pwd=password"

View 1 Replies

Vb.net - Cannot Connect To Informix From Application

Jul 13, 2010

I've installed the trial version of IBM Informix Dynamic Server 11.50 on my development laptop, for use with an ASP.NET 2.0 app I'm writing. I have created a couple databases and filled them with sample data but I cannot connect. This is the relevant section of code:

Dim facStr As String = System.Configuration.ConfigurationManager.ConnectionStrings("fact").ConnectionString
conn.ConnectionString = facStr
Try
conn.Open()
Catch ex As Exception

The exception is:

[Informix .NET provider][Informix]Server ol_srv_custom is not listed as a dbserver name in sqlhosts.

The full path to the sqlhosts file is:

C:Archivos de programaIBMInformixClient-SDKetcsqlhosts

Informix's environment variables:

INFORMIXSQLHOSTS=C:Archivos de programaIBMInformixClient-SDKetcsqlhosts

Contents of sqlhosts file:

ol_srv_custom olsoctcp *nb-desarrollo svc_custom

Connect string:

Host=*nb-desarrollo; Service=svc_custom; Server=ol_srv_custom; Database=fact; User Id=informix; password=****

View 4 Replies

Databases :: How To Build Search All Using Text Box

Dec 20, 2010

I'm buidling text search box for a field in a database table. How can I code search all in web form and Stored procedure?

View 6 Replies

Informix Odbc Connection Slow To Open

Apr 28, 2010

I have an application that takes a long time to open odbc connections (like 20 sec) also takes forever using arcmap and arcsde but when I try the connection on the odbc data source administrator, it tests it really fast. Does anyone have any idea of what my be causing this? btw the application works fine in another computer with another database

View 2 Replies

Databases :: How To Do Wide Search And Export The Records To Excel File In C#

Aug 4, 2010

This is my MYSQL database connection :-

public
static
OdbcConnection Connection =
new
OdbcConnection("Driver={MySQL ODBC 5.1 Driver};Server=localhost;Database=jdmcrm; User=root;Password=admin;");

My table name is "customer" and fields liek customerId , companyName , address and date ;

How to do wide search and export the records to excel file ? im quite new in asp.net .

View 1 Replies

Databases :: Display Mysql Database Search Results On Aspx Page?

Aug 2, 2010

I am trying to develop a page where I am trying to search a database (MyQSL) and display the data in a table format. Some of the database entries, like category, is stored as integer values, but I want to display the category name in the search result (not the corresponding integer value). I have also another issue, every time I change the dropdown list values (which are having "auto postback" enabled) the <EmptyDataTemplate> is returned. At this moment I am using GridView. But I am ready to change this to any other method, like repeater or whatever...

View 2 Replies

Architecture :: Design An Application To Fetch Data From Different Application Databases

Nov 10, 2010

I need to develop an application, which will get records (orders) from one application and process them. The updates to this records (order updates) will be sent back to the source application for end customer reference. I'm planning to achieve this data synchronization at the database level using triggers and stored procedures to insert database between the 2 databases.

But, the issue is I have to deploy this application in 3 different customer sites and I have to change the database names (cannot use the same database name) in each deployment manually. Because of this deployment issue, I was thinking of handling this within the asp.net application where I can store the db name in the database and then build the query within the application, but I dont want to do it as building queries like that doesnt look very professional.

View 2 Replies

Web Forms :: Unable To Add New Dropdownlist In Search Criteria

May 16, 2010

I have this webform with few fieldsin the search criteria,I added a new dropdownlist named "Company",I populated it with the data from the database, now when I click search choosing this criteria it doent work.

public partial class List : PrintablePage
{
private string CNUM;
private string CNAM;
private string CEL;
private string SD;
private string SDE;........

View 14 Replies

Databases :: Unable To Connect To Any Of The Specified MySQL Hosts

Dec 7, 2010

i have used the following connection string, but it only works for localhost, when i am trying to upload it on server it gives error.,error is specied below..it urgent plz resolve as soon as possible...

<add name="connectionname" connectionString="Server=servername;port=3307;User Id=xyz;Password=abc; database=databasename"/> Error - Unable to connect to any of the specified MySQL hosts. Exception Details:
MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts.

View 1 Replies

DataSource Controls :: Unable To See Default Databases?

Apr 17, 2010

When I opened sql server configuration manager I am not able to see default databases like master etc. Does anybody know the reason? Did I miss any installation?

View 3 Replies

Databases :: Unable To Enter Apostrophe ( ' ) In The Textbox (Asp.net C#)?

Sep 6, 2010

Im unable to enter apostrophe(') in the textbox as got error message as per below . How to solve this ? Pls help .thanks

Server Error in '/' Application.


ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.1.46-community]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Agriculture, forestry and fishing(cultivation of land or animals).',''','Mr','',' at line 1

Description: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 originated in the code.

Exception Details: System.Data.Odbc.OdbcException: ERROR [42000] [MySQL][ODBC 5.1 Driver][mysqld-5.1.46-community]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Agriculture, forestry and fishing(cultivation of land or animals).',''','Mr','',' at line 1

Source Error: [Code]....

Stack Trace: [Code]....

View 1 Replies

Databases :: Unable To Read Image From Excel File

Nov 18, 2010

Iām trying to read images from an excel file using OleDbDataReader. My excel file has 6 columns of data, the first 5 are all text but the last is image. While Iām reading the record, It's doing fine on the first 5 columns but return me with a for the sixth column.

Here is my demonistration code:

[code]....

View 4 Replies

Databases :: Server Explorer - Unable To Connect To Oracle

Jan 31, 2011

Using VS 2008 and oracle 10g.

I have installed oracle odp.net (11.1.0.7.20). This client installation includes all VS developer tools.

All my application seems to be working ok. I have never attempted to use VS Server Explorer.

For ReportViewer I was trying to create a dataset and in the server explorer I was trying to create a new dataconnection for oracle. As soon as I click new connection I get the following error.

An unexpected error occured in Oracle Data Net provider for .NET. contact the provider vendor to resolve this problem.

Also I am unable to add a server to the server explorer. When I enter the IP address of

oracle DB Server, it gives the following error.

An error occured while connecting to 999.99.99.999

View 7 Replies

Databases :: Unable To Insert Into Oracle Database - ORA-00911 Error

Jul 26, 2010

I am trying to insert values into oracle database using visual studio 2010 express edition. find the below code I used:

[Code]....

View 2 Replies

Databases :: Thread: Unable To Load DLL 'OraOps10w.dll': Access Is Denied?

Mar 8, 2010

Below is our error message. This happens around 5 - 7AM daily, and we are struggling with identifying the root cause. It's hard for me to believe it's code related, but anything's possible. Still, what's odd is the app runs fine for a day then an IIS reset is done and everything is fixed. Is there any way this could be related to code and has anyone dealt with this error before? Could a job or some permission being run behind the scenes be using this same dll and cause it to be overwritten?

Timestamp: 3/4/2010 12:11:23 PM
Message: HandlingInstanceID: 3d9a795c-1256-44c1-b018-f553d4023b12
An exception of type 'System.TypeInitializationException' occurred and was caught.

[code]...

View 2 Replies

DataSource Controls :: Unable To Open Attached Databases In SQL Express?

Jan 28, 2010

I have attached two databases (from an ASP.NET application to SQL Express). They have attached fine and are working alright but what disturbs me is when I go and check it from SQL management studio, I could see those databases at attached in SQLExpress but I couldn't open it out them there. I need to update them with many records and I want to open them. Any clue what I am missing? I could have sent you the screen shot but I dont know how to attach an image in this thread.

View 4 Replies

Databases :: Unable To Initialize Provider. Missing Or Incorrect Schema

May 13, 2010

I'm having trouble setting up my web.config to use MySQL and I keep on getting the above error.

I've got my web.config file as follows and have referenced MySQL.Data.dll and MySQL.Web.dll in my bin folder:

[Code]....

View 4 Replies

Databases :: Unable To Import Database File Into MSSQL Using 'My Little Admin'?

Sep 13, 2010

I am pretty good with HTML, PHP & MYSQL but this is my first go at working with a windows host and an ASP script. I recently purchased a script that matches my clients needs and when i have opened the folder to view the files its all double dutch to me apart from one css files which makes perfect sense to me!

Im stuck with is the database file included in the template, i ave been unable to import it into MSSQL using 'My Little Admin' which is the control panel provided by my hosting provider. Looking through the file with notepad it seems to contain the information for several tables but i cannot figure out for the life of me how i import it with 'My Little Admin'

View 3 Replies

Databases :: Unable To Initialize Provider. Missing Or Incorrect Schema?

Jan 25, 2011

I have been trying to get a mysql database to connect to visual studio 2008 so I can use the ASP.net administration tools. I have researched this error for two days now and have tried every suggestion I could find. I am not 100% sure where the .dll's belong but I am pretty sure they are in the correct place and incase not I have added them into a bin folder inside my web application. the only other thing I can think is that maybe my mysql and mysql connector versions dont match. I am currently using mysql version 5.1.54 and my connector version is 6.3.6.0. Also I have successfully conencted to my database in the server explorer and it has already autogenerated the necassary tables into my database. It says my error is on line 59 so here is the code associated with my line 59.

[Code]....

View 1 Replies

ASMX :: Unable To Upgrade Old Application With New Application Based On WCF Framework?

Nov 30, 2010

I made one application which consumes WCF service and also using nettcp protocal. As we know, WCF application requires .Net3.0 and .Net 3.5 framework. but we have some dealer machine which are having window server 2000 OS now i am not able to install .net 3.5 framework on dealer machine . So we are not able to upgrade old application with new application which are totally based on WCF framework .

View 1 Replies

Databases :: System.EntryPointNotFoundException--Unable To Find An Entry Point Named 'OCIDateTimeFromArray'

Feb 14, 2011

I am using a web method to submit my form data , having Oracle DataBase. And in my local development machine every thing is fine.I am successfully able to submit my form data asynchronously through a web method. But the same project when deployed to test server then while submiting form date there an error occurs as stated above. One field in the table is of DataTime type, and i am inserting server's date into that field, all other fields are of type varchar2 or int. I googled about that but it seems that no one has got such error.

View 16 Replies

Unable Run Application Getting Error "unable To Connect Development Server"

Jan 25, 2011

I am using an Visual studio 2010 ultimate edition. And here i have getting an error " unable to connect to the asp.net development server " while i try to run the Web Application by pressing F5 key from Web Application Project. Can any tell me whats the problem and how can i resolve it.

View 3 Replies

Security :: Member / Role / Profile Database Schema Port To IBM Informix (IDS 11.x) Database?

Jun 14, 2010

I was just wondering if anyone has ever had to port the schema across? Are there any experts that could pitch their opinions on the achievability of this (mad) idea? I'm using the IBM Migration Toolkit and as expected its throwing a bunch of translation errors some of which were relatively easy to solve (vendor specific function calls for example) and some will take quite a while to pin down and work round.... however this is not my main concern.

If completed I expect I am going to have to basically rework all the System.Web.Profile/Roles/Membership namespace classes etc to work round the SQL limitations of informix (i.e. IDS11.x SQL server doesnt have a DEFAULT (newguid()) so that would have to be put into the calling method) (and any MVP comments really as I can slap my boss round with the weight after he ludicrously agreed to this project for a client without doing any research...)

View 1 Replies

C# - Custom .NET Application Search

Feb 4, 2011

We are developing a custom .NET directory listing style application for a client and we require a powerful search solution. The application will be built in ASP .NET C# on SQL Server 08. The application is based around data which users to the organisation can enter in a profile management style area. Fields can be textboxes, textareas, selection boxes, multiselects etc. A user from the main website needs to be able to use the search function to find a result, but this result should search the entire database and not only base the results on one or two fields. It could be anything within any of the fields the user can fill out or select etc.

Can anyone help me find a possible solution for a .NET powered search engine we can use for this application? It must be preferably C#, running on .NET 3.5 and SQL Server 08. The database is a completely custom built schema and so there is no schema example to show or that can be shown. If you need more information to provide a satisfactory answer let me know and I'll try to provide some more information specific to what you ask.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved