Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView not Updating [modified] Pin
Bajrang Singh18-May-07 23:53
Bajrang Singh18-May-07 23:53 
GeneralRe: GridView not Updating Pin
mnvkng7619-May-07 2:57
mnvkng7619-May-07 2:57 
QuestionPartiall Screen Scrapping Pin
wEb GuRu...18-May-07 3:08
wEb GuRu...18-May-07 3:08 
AnswerRe: Partiall Screen Scrapping Pin
Not Active18-May-07 3:13
mentorNot Active18-May-07 3:13 
GeneralRe: Partiall Screen Scrapping Pin
wEb GuRu...18-May-07 3:28
wEb GuRu...18-May-07 3:28 
GeneralRe: Partiall Screen Scrapping Pin
Not Active18-May-07 3:53
mentorNot Active18-May-07 3:53 
QuestionProblem accessing mysql database on *.aspx.cs page Pin
arpitscd18-May-07 2:48
arpitscd18-May-07 2:48 
AnswerRe: Problem accessing mysql database on *.aspx.cs page Pin
DavidNohejl18-May-07 6:09
DavidNohejl18-May-07 6:09 
arpitcompro wrote:
"Host '192.168.1.163' is not allowed to connect to this MYSQL server."


That's quite self-explanatory.

arpitcompro wrote:
myConn = new OdbcConnection("Driver={MySQL ODBC 3.51 Driver};Server= 192.168.1.163;Database=sample;User=localhost; password='';");


And where is your MYSQL server? On localhost? Try Server=127.0.0.1

To me it looks like you are trying to connect into wrong server, where you don't have permission to do so. Either change host name or contact administrator of server with IP 192.168.1.163 Smile | :)


arpitcompro wrote:
Can anyone help me to know the default username and passwrd that is asssigned to mysql database.......


Your MySql server administrator.


"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
"Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe

QuestionCalender popup window Pin
deep718-May-07 2:44
deep718-May-07 2:44 
AnswerRe: String Operations Pin
Not Active18-May-07 2:18
mentorNot Active18-May-07 2:18 
JokeRe: String Operations Pin
Sandeep Akhare18-May-07 2:40
Sandeep Akhare18-May-07 2:40 
QuestionVery Urgent Pin
Kurmala18-May-07 2:13
Kurmala18-May-07 2:13 
AnswerRe: Very Urgent Pin
Sathesh Sakthivel18-May-07 2:16
Sathesh Sakthivel18-May-07 2:16 
AnswerRe: Very Urgent Pin
Not Active18-May-07 2:17
mentorNot Active18-May-07 2:17 
GeneralRe: Very Urgent Pin
Kurmala18-May-07 2:20
Kurmala18-May-07 2:20 
AnswerRe: Very Urgent Pin
Sylvester george18-May-07 2:17
Sylvester george18-May-07 2:17 
AnswerRe: Very Urgent Pin
Nouman Bhatti18-May-07 2:44
Nouman Bhatti18-May-07 2:44 
GeneralRe: Very Urgent Pin
Sathesh Sakthivel18-May-07 2:28
Sathesh Sakthivel18-May-07 2:28 
GeneralRe: Very Urgent Pin
Sylvester george18-May-07 2:30
Sylvester george18-May-07 2:30 
GeneralRe: Very Urgent Pin
Sathesh Sakthivel18-May-07 2:39
Sathesh Sakthivel18-May-07 2:39 
AnswerStop making all your message titles URGENT Pin
leckey18-May-07 4:33
leckey18-May-07 4:33 
QuestionFormat Textbox to currency format on lostfocus Pin
aransiola18-May-07 1:13
aransiola18-May-07 1:13 
AnswerRe: Format Textbox to currency format on lostfocus Pin
Not Active18-May-07 2:14
mentorNot Active18-May-07 2:14 
AnswerRe: Format Textbox to currency format on lostfocus Pin
Sylvester george18-May-07 2:14
Sylvester george18-May-07 2:14 
QuestionGridview cellwidth Pin
aransiola18-May-07 1:09
aransiola18-May-07 1:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.