Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #18.7K
~693 People Reached
Favorite Forums
Favorite Tags
asp x 11
Member Avatar for GLT

how do I upload a file into the database from dreamweaver? I have used a file field in the form but will this automatically upload no problems? cheers! GLT

Member Avatar for ArtistScope
0
179
Member Avatar for pit1031

How to I rearrange this so that only distance less than or equal to 25 are displayed? [code]For i = 1 to 20 Display(rs) rs.MoveNext If rs.Eof Then Exit For If rs("distance")>25 Then Exit For Next[/code]

Member Avatar for ctj
0
98
Member Avatar for GLT

Hi guys, I was wondering if someone could help me please. How do i query the database using ASP and Dreamweaver to return the field names of a table? Thanks! Any ideas greatly appreciated. GLT

Member Avatar for webthang_rob
0
87
Member Avatar for Gayatri_laxmi

How can we get details using whois function in asp and how to create our own whois extension in firefox which is in asp?

Member Avatar for webthang_rob
0
46
Member Avatar for GLT

I wish to transfer data from a potential customer table to a customer table in my database if and when they become a customer and not just an enquiring customer. I need to be able to do this simply but I have no idea how. I am using ASP and …

Member Avatar for webthang_rob
0
63
Member Avatar for dnsl

Hai all I am new to ASP. In my ASP project i am trying to populate a table with certain records that i fetched from a database table .. the code is as below [code=ASP]<%rs.movefirst DO UNTIL rs.eof i = i + 1 %> <TR> <td><%=i%></td> <td><A HREF =U_ViewTransDet.asp><%=rs(0)%></A></td> <td><%=rs(1)%></td> …

Member Avatar for webthang_rob
0
70
Member Avatar for nivas_kumar

Please tel me I am using ms access database. How I send email specified date. for example i set "dec 21 2008" in the database in that date email send automatically please tel me.

Member Avatar for webthang_rob
0
71
Member Avatar for roby4eldiablo

I made an asp-javascript website and I have a problem. I made a menu when u can login and make some operation. I need to disable the voice Login (is a link to an asp page) when the user is logged. The word "login" is still visible but if u …

Member Avatar for webthang_rob
0
79