hi
i have problem when sorting file path like c:\test in mysql varchar field
it retrieve like c:test
what is my problem? what can i do to correct that
i am using vb.net so please help me

MySQL treat '\' as escape character. To save the exact path, you need to use c:\\test instead of c:\test.

For more details visit mysql manual.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.