Dr, Reza i have disabled firewall inspite of that i cannot connect to my database server Regards Sameer
saurabh20067
Posts
-
allow remote connection to mysql -
connect to mysql database thru internet.dear murali krishna, I have a question how ur able to make mysql work on ur local area network regards sameer
-
allow remote connection to mysqlhi, Everybody im tearing my head how to enable remote connection on a machine with a wamp server installed.i have 2 machines A and B both are on local area network with windows environment.i want to access datbase on machine A using phpmyadmin of machine B.machine A and B both have a wamp server. the datbase is on machine A.Any help wud be greatly appreciated!!! Bot machine have win XP installed sameer
-
[Message Deleted][Message Deleted]
-
export html table in asp.net to excel [modified]hi, i am transferring my table to excel from asp.net the code is as follows. Dim i As Integer Dim s As String s = " " For i = 0 To 100 s = s & " " Next Dim attachment As String attachment = "sameer.xlsx" Response.AddHeader("content-disposition", attachment) Response.ContentType = "application/vnd.ms-excel" Response.Write(" nbsp; ") Response.Write("sameer") Response.Write("roy") Response.Write("
sameer
") Response.End Now the problem is that when im executing the dispaly in browser the table shows at the required location.However when im streaming the table into excel file it is starting from the extreme left corner .i Tried this one Response.Write(" " & "
sameer
") however it didnt work. Any help is greatly appreciated :doh:
modified on Friday, February 13, 2009 12:51 PM
-
backup of mysql in asp.netHii, Jose if i understand correctly then username and password is working on command prompt.Then the same should work with shell utility in asp.net.Isn't it. :sigh:
-
backup of mysql in asp.nethii I created backup of mysql from command prompt using mysqldump utility.I was successful.The syntax is as follows first i go to mysql/bin folder and there I type mysqldump -uroot -psameer databasename>D:\t.sql that is the above syntax now when i run this syntax in asp.net using shell command i get no error However no backup file is created,but it works from command prompt. Any idea to make it work in asp.net the syntax which im using in vs2005 is shell(C:\programfiles\mysql\bin\mysqldump -uroot -psameer databasename>D:\t.sql) Any help would be greatly appreciated :doh:
-
backup of mysqlhiiiiiii thanks very much it solved my problem Jose.I would prefer if it is without prompting of the password. Anyway A big thanks to Jose. and if possible solve this problem as well. :)
-
backup of mysqlIm trying to use it from the command prompt. however it says access denied. my user name is root and no password. pls help!!!!!!! :sigh:
-
backup of mysqlhi, I have a WAMP installed on my machine.i have created a website in asp.net and mysql.Now I have this utility called phpmyadmin.I can create a backup of database through this utility.But i cant create it through query.I tried mysqldump utility query.However it didnt work.I want to create backup from the frontend for the user through query. Any help would be greatly appreciated :doh:
-
AJAXhi, First of all I am sorry that I was not specific.I had 2 panels.The first Panel has an Image Button.Clicking on the image button the second panel opens.when we again click on the first panel,the second panel closes.In IE it is working absolutely fine.However when i click on the image button in firefox,nothing happens.The second panel to which the collapsible property is attached doesent collapses neither expands.I enabled JS in FIre Fox.No result Any help :doh:
-
JavaScript Error with IERaj could you sent me the detail code
-
AJAXhi, I am a novice in ASP.NET AJAX.I downloaded AJAX CONTROL TOOLKIT.It runs on IE.However on mozilla it doesn't give the requisite result. Any help would be appreciated.