I am trying to insert a directory location using mappath.

e.g - Server.Mappath("myfile.aspx") =
C:\inetpub\wwwroot\mysite\myfile.aspx

The problem I am having is that mysql does not accept
the "\" character so the field ends up
with "C:inetpubwwwrootmysitemyfile.aspx".

Can anyone help ?