Hi I have created a site which is being hosted on a remote computer. When I try to login to the site by connecting to the database on the remote computer I get...
You forgot the Provider= part at beginning. http://www.learnasp.com/learn/dbopen.asp has the correct connection string as a reference. On Wed, 01 Dec 2004...
Hi Thanks for your help. I modified my code and still got the same error message: Server object error 'ASP 0177 : 800706ba' Server.CreateObject Failed ...
I have an asp page that shows titles of courses. The area where the titles are listed (table cells with a graphical background), are dynamically sized based...
Sounds like a permission problem or spyware or Virus or install problem. Run: http://www.learnasp.com/learn/dbtroubleshootopen.asp to see what kind of shape...
<td nowrap> Or Dim size size = len(request("title") <td size=<%= size %>> ... __________________________________________________ Do You Yahoo!? Tired of spam?...
Hi Blair, Not sure, but has your RPC service on the server started? blair_woodsnz <blair_woodsnz@...> wrote: Hi I have created a site which is being...
hi, pls can any tell me is it possible to upload a file with asp page. ie without using any components and it should be for ananymous user. Regards, suresh...
You could enclose the text you don't want to wrap in a <nobr></nobr> tag pair. Dan ________________________________ From: bef218 [mailto:bef218@...] ...
Hi Thanks for your help - that solved that part of the problem - but the saga continues. I now get the message The call to Server.CreateObject failed while...
Hello, I'm planning to create a free online directory of worship leaders (a church thing). I'm learning SQL commands to maintain the database. This will have...
I would say HTML is more of the interface. ASP is the code that retrieves and updates the information and is never seen by the end user. Anyway, ASP will do...
I was wondering if there is a way to make a webpage create new columns in access. I can't really find anything about it so I'm not sure that it is even...
You can use the "alter table" Jet SQL statement. The basic syntax is :- ALTER TABLE table ADD COLUMN field type [(size)] [NOT NULL] [CONSTRAINT index] Dan ...
Do you know what line is causing the problem? And is that the exact error? Mark shadow_snd_2002 <shadow_snd_2002@...> wrote: I'm gettina goofy error and...
hai i am trying to develop a webpage for currency converter. i have created database and put daily rate into tables.but i dont have idea how to convert values...
hai I am new to web design.I am creating shopping cart.can you tell me how to update quantity of item stored in cookies.My quantity is in text box.where i have...
Hi friends, I m new be in group. i want to create welcome page to registered user in my site that how many times they have visited. following is my script <% ...
hi, my IIS just ignore the "<asp:......." coding and it gives a plain page when navigate. to execute aspx page can i do any configuration changes in my IIS ......
Hi Group, I just joined this group and thought I would introduce myself. My name is Bob Boisvert; I'm a stay at home dad that has a successful home web design...
In onSubmit event, call the asp that handles the conversion. ... -- GJ Bondoc 15 V. Luciano St. Proj. 4 Q.C. Tel#: 9118586 Cell#: 09274684926 e-mail:...
In www.w3schools.com they teach you how to use counter in cookies. On Mon, 6 Dec 2004 04:50:42 +0000 (GMT), vbhelper on Web ... -- GJ Bondoc 15 V. Luciano St....
hi dan, i navigate thru the url http://localhost/index.aspx but my IIS support all ASP page, it only gives error for aspx pages only... so could i need to...
I have a field name LoginAmount that is empty in my access DB as I added it way after I have 1600 plus members. I have a code block now to test if it is emplty...