Search Results

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: ayi_102 ; Forum: C# and child forums
Forum: C# Jan 7th, 2009
Replies: 5
Solved: file path name
Views: 1,790
Posted By ayi_102
Nah

i let it be like that

thx for the help
Forum: C# Jan 7th, 2009
Replies: 5
Solved: file path name
Views: 1,790
Posted By ayi_102
yeah,

it can be by copying from the one that i have on the server?

coz my one is saved in the vs project sollution

and try to make another copy to the user in another specified folder

so...
Forum: C# Jan 7th, 2009
Replies: 5
Solved: file path name
Views: 1,790
Posted By ayi_102
this is asp using c#


string filename = "tracking result.csv";
string sExportFile = Server.MapPath(filename);


it just the piece of the code

the code save the file to the server
Forum: C# Jan 7th, 2009
Replies: 4
Views: 339
Posted By ayi_102
the problem is that theReader return string and the variable return int(number)
which is i have to format it to string to make the reader read
Forum: C# Jan 6th, 2009
Replies: 4
Views: 339
Posted By ayi_102
mydb thedb = new mydb();
MyGlobal oapp = new MyGlobal();

//define the reader
System.Data.OleDb.OleDbDataReader theReader = null;

//defining sql...
Forum: C# Jan 6th, 2009
Replies: 8
Views: 1,576
Posted By ayi_102
mydb thedb = new mydb();
MyGlobal oapp = new MyGlobal();

ups, the code oleDb connection is in the mydb() method
i put it in separate file

well, i found my mistake

there are no...
Forum: C# Jan 6th, 2009
Replies: 8
Views: 1,576
Posted By ayi_102
no error actually

when u set break point, it is not getting the reader value

i mean it cannot read the database


theReader = thedb.SQLExecute_Reader(_sql);

if (theReader !=...
Forum: C# Jan 6th, 2009
Replies: 8
Views: 1,576
Posted By ayi_102
coz i am a newbie, so i dont know how to use the code tag.

this is test the code tag


private void Search_Click()
{

string strSearch = "";
Forum: C# Jan 5th, 2009
Replies: 8
Views: 1,576
Posted By ayi_102
I have a problem about updating access database.
there are 3 columns in my database : ID, searchkeyword, count

in the form there are button n textbox
if user enter a new search keyword, the...
Showing results 1 to 9 of 9

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC