Thanks for the solutions. I already made the changes and got things working.
I need it to make my Old developments where we did not use $_POST or $_GET. For new codes in fact that is not required.
Thanks again.
Lutfal
Thanks for the solutions. I already made the changes and get things working.
I need it to make my Old developments where we did not use $_POST or $_GET. For new codes in fact that is not required.
Thanks again.
Lutfal
Hi,
I have installed Redhat Linux 9. With the same Installation PHP/MySQL/Apache has been installed.
However the automatic posting of form fields is not working.
Following is the example :
<form action=ActionPage.php method=Post>
<input type=text name="FirstName"...
Hi EveryBody ,
This question is for anyone who uses .NET in a P4 machine . I have heard (may be a rumour) that vbc compiler does not work properly in a P4 machine . Is it correct ? Did anyone of you faced such problem ?
Please help me by giving your valued opinion .
Best wishes
Lutfal
Hello,
I need to install and activate frontpage server extension support to the websites in my apache webserver that comes installed with RedHat 7.0 Linux. Can you please help me to do it . Right now my Linux 7.0 is installed with apache php, mysql
Any help will be appreciated
Hi,
I get following error (in some cases pointed below) while inserting data into a text field in a sybase database table through ADO and ASP 3.0.
############## ERROR ######
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[INTERSOLV][ODBC SQL Server driver][SQL Server]Error...
Hi,
Plaese try the following simple one
<%
' your ' file path to read from
data_file="d:\www\ecomweb\admin\data\products.csv"
set fsObj=server.createObject("scripting.filesystemObject")
set fileObj =fsObj.OpenTextFile(data_file)
dim line_array()
line_limit=100
Redim...
Hi tim,
Thanks. In fact I inserted data using simple insert into command by reading the file using filesystem object in ASP. But the performance is uncredibly low. So I wanted a direct method to read data from a text file (as bcp) but can run just like other SQL command through ODBC connection...
Hi all,
Can any one help me to copy data from a text file to a sybase table without using the command line utility. I will run the statement using ADO connection via ASP.
I can do it easily in MySQL using "LOADDATA from infile.."
I think BCP utility can be used but from command line...
In little details:
just change your select query using the convert funtion (convert the numeric field into int ):
Eg
select product_id from products
.....becomes
select product_id convert (int, products.product_id) from products
The output result
for product_id will show the trailing...
Hi,
I get following ERROR in inserting data into a text feild in a sybase database table field while inserting data through ADO and ASP 3.0. The syabse (system 11) is installed in a Win 2k server with IIS 5.
##############
Microsoft OLE DB Provider for ODBC Drivers error '80004005'...
Hi,
I faced got when inserting data into a text feild in a sybase database table while inserting data through ADO and ASP 3.0. The syabse (system 11) is installed in a Win 2k server with IIS 5.
##############
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[INTERSOLV][ODBC SQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.