Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
try.test.abc
Starting Member
5 Posts |
Posted - 2008-10-10 : 01:03:38
|
Hello all, I am using MS SQL server 2005 and i have created one table in database for saving File Information.. there are some fields like "File name" and "File Path". when i insert any data with slash in File Path field in that table on my server . Its works Fine, but when the same application is used in client side using client server.. the data will be inserted with out '\' slash. all the backward slash is removed from the field. can not understand whats going on?? as it works on my server . please help... |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-10 : 01:18:10
|
it seems like this is problem with your app. can you check logic in app to see if it does some string manipulations on filepath field data? |
|
|
try.test.abc
Starting Member
5 Posts |
Posted - 2008-10-10 : 01:55:48
|
no,there is not any manipulation on File Path string.. If there is a Problem in Coding side then it also comes on my pc. but it works fine here but not on client side. |
|
|
|
|
|