Freelancers Forum Messages on Saturday January 27th 2007
Re: FN-FORUM: rec id
date posted 27th January 2007 23:34
your welcome!
--- [EMAIL REMOVED]
[EMAIL REMOVED] wrote:
>
> Thanks Ahmed - brilliant - that will do nicely - Pam
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414...
Re: FN-FORUM: urgent Acccess problem
date posted 27th January 2007 23:33
I just needed to get the Id of the last record that was inserted
I seem to be getting 2 copies of each of Ahmed's posts by the way
Pam...
Re: FN-FORUM: rec id
date posted 27th January 2007 23:29
Thanks Ahmed - brilliant - that will do nicely - Pam...
RE: FN-FORUM: urgent Acccess problem
date posted 27th January 2007 23:25
What are you actually trying to do - why do you need to compare the
binary contents of the files ? If you did need to check to see if
they're the same, then you could generate a hashkey when the file...
FN-FORUM: rec id
date posted 27th January 2007 23:21
hello,
Here's one way to get rec id ...
http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=79
I've used this in one application I worked on.
2 similar approaches are
http://support.microsoft.com/defa...
Re: FN-FORUM: urgent Acccess problem
date posted 27th January 2007 22:58
Hello,
It might be an idea to just store the file paths in a
database and the actual images in directories. I have
some code that gets the id of new record inserted
into an access database. Have to...
Re: FN-FORUM: urgent Acccess problem
date posted 27th January 2007 22:44
I had a horrible feeling it was impossible to do it like that. I think I
will check and see if they should have titles which would solve the problem
Pam
----- Original Message -----
From: "An...
Re: FN-FORUM: urgent Acccess problem
date posted 27th January 2007 20:01
>
> How do you compare OLE Object fields or how do you find the Id of the
> record
> in Access that you have just inserted otherwise?
>
The only way I know to get the ID of the row that you have just...
RE: FN-FORUM: urgent Acccess problem
date posted 27th January 2007 17:40
[EMAIL REMOVED] wrote:
> I am getting
>
> Type mismatch
>
> on this statement
>
> rs.Open "SELECT Id FROM Product_Images where Product_Id = " &
> Product_Id & "
> and Thumbnail = " & Jpegthumb.Bin...
FN-FORUM: urgent Acccess problem
date posted 27th January 2007 17:00
I am getting
Type mismatch
on this statement
rs.Open "SELECT Id FROM Product_Images where Product_Id = " & Product_Id & "
and Thumbnail = " & Jpegthumb.Binary & " and Image = " & Jpeg.Binary & " a...
RE: FN-FORUM: Projects not appearing
date posted 27th January 2007 13:44
Hi=20Steve,
>=20they=20have=20still=20not=20appeared
[EMAIL REMOVED]
I'll=20look=20into=20it.
Cheers
[EMAIL REMOVED]
______________________________________________________________________
This=20...
Re: FN-FORUM: euro bug
date posted 27th January 2007 09:02
> Part of a web application I'm developing insists on displaying the euro
> symbol as € (if that all looks fine then you can see the bug here
> http://www.urgentcontracts.co.uk/cuk/)...
FN-FORUM: Projects not appearing
date posted 27th January 2007 08:35
I *PAID* for an ad on a small project that I was trying to
do. I then needed a couple of small extras and posted two ads - they
have still not appeared. Have I been blacklisted or something?
All t...
RE: FN-FORUM: euro bug
date posted 27th January 2007 01:54
>
>It looks like â,¬ in the code on the page.
>
>Is it stored correctly in the database? Does the DB and the page have the
>right character encoding to support the euro character?
>
Edward,...
RE: FN-FORUM: euro bug
date posted 27th January 2007 01:22
> Part of a web application I'm developing insists on=20
> displaying the euro
> symbol as =E2=82=AC (if that all looks fine then you can see the bug =
here
> http://www.urgentcontracts.co.uk/cuk/)=...
FN-FORUM: euro bug
date posted 27th January 2007 00:57
Part of a web application I'm developing insists on displaying the euro
symbol as =E2=82=AC (if that all looks fine then you can see the bug =
here
http://www.urgentcontracts.co.uk/cuk/)=20
As a qu...