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 |
ConfusedOfLife
Starting Member
35 Posts |
Posted - 2002-09-05 : 20:34:08
|
Hi, I've heard that I can have a text field, containing links to my images, then when I wana show them in my form, I can link the texts that are actually the addresses to the image, that I have my images seperate from my db, how can I write that code? Is it so hard? |
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-09-05 : 20:45:44
|
Hmmm... text field in Access = varchar in SQL Server... Yes, that sounds like a good idea. No, it's not hard. Here's an article for SQL/ASP that should get you started... [url]http://www.sqlteam.com/item.asp?ItemID=986[/url].The top of that article describes what you want to do. The bottom describes all the hoops you have to jump through to do it the non-recommended way. Stick with your approach. |
 |
|
ConfusedOfLife
Starting Member
35 Posts |
Posted - 2002-09-08 : 18:48:35
|
Thank you Ajarn, I will! |
 |
|
|
|
|