Hello
I need to put whites in a gridview column so that the data looks like this:
ThewhitesthatIputbeforearebeingdespised.
dr(0)="" & objReader ("data2")
I already tried with "& nbsp" and tb did not work
Does anyone have any ideas?
I need to make a query on two databases and generate a csv file, but I do not have write access to the mysql server, how does the output file of INTO OUTFILE write to another server?