> after an insert... the inserted record can not be found... > it's there, I can see it but this query returns with zero > records found. > > The Details: > First: > INSERT INTO DocsList > (DocsList_ID,filename) > VALUES (746,'H:\UpLoadImages\CmosPic.jpg') > > then sometime later we Check4Duplicate with: > SELECT * > FROM DocsList > WHERE FileName = 'H:\UpLoadImages\CmosPic.jpg' > > This Retuns ZERO Records found. > > but I can see the record plain as day in the database and in > reports etc... > > when I do it with simpler things like 'CmosPic.jpg' there are > no problems > > ??? > > any clues will be very appreciated!
I'm no Postgres expert - maybe Jochem will weigh in - but my guess is that the backslashes are metacharacters. You may have to escape them in some way. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184924 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

