Search Results

Showing results 1 to 26 of 26
Search took 0.01 seconds.
Search: Posts Made By: ViRiPuFF
Forum: ASP.NET Sep 10th, 2009
Replies: 0
Views: 470
Posted By ViRiPuFF
Hi

I need to send an Email from an aspx page

I've set up my SMTP server to accept sending Email from this machine granting connection and relay to my machines IP address

In this code I'm...
Forum: MS Access and FileMaker Pro Apr 29th, 2009
Replies: 1
Views: 582
Posted By ViRiPuFF
The Title should read DB ot BD sorry

ViRiPuff
Forum: MS Access and FileMaker Pro Apr 29th, 2009
Replies: 1
Views: 582
Posted By ViRiPuFF
I am using the following code to retrieve the last entered value from a table and insert it into a textbox called rf.

The code below works but the DB remains open until I restart my computer.
...
Forum: ASP.NET Apr 17th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Yes it always happens like this becuase as you say there is a problem at the host. I can't set the permissions from a windows based ftp.

I've been looking for a work around to this with dubious...
Forum: ASP.NET Apr 17th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Yes I'm opening and closing.

The problem is the DB permissions. Once I upload the DB it looses all the permissions ie Everyone has full read/write access is lost.

I had to upload a new version...
Forum: ASP.NET Apr 17th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Yes the site contains 2 pages and both use the same connection string referred to in the Web.config. is this not correct?

ViRiPuff
Forum: ASP.NET Apr 17th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Hi

What do you mean by ios input/output? how do i check that

ViRiPuFF
Forum: ASP.NET Apr 16th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Hi

I finally managed to write to the db with the following:

Web.Config


<configuration>
<system.web>
<customErrors mode="Off"/>
Forum: ASP.NET Apr 16th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Hi
Tried your suggestion and this is what it says

BC30455: Argument not specified for parameter 'path' of 'Public Function MapPath(path As String) As String'

DB is stored in the wwwroot of the...
Forum: ASP.NET Apr 16th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
The line with the error is the following

connstr = "Provider=Microsoft.Jet.OLEDB.4.0;data source=" & server.mappath("AnnexII.mdb")""

ViRiPuff
Forum: ASP.NET Apr 15th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Hi again

I've gone back to the path my isp gave me on the Web.config. Its now opening the database but not writing to it.

I know this because when I view the DB using my ftp immediately after...
Forum: ASP.NET Apr 15th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Hi I tried your suggestion and I get the following error
Compiler Error Message: BC30205: End of statement expected.

ViRiPuff
Forum: ASP.NET Apr 15th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Hi

Thanks again for your help. I created the site with Dreamweaver 8 and here's the INSERT code


<MM:Insert
runat="server"
CommandText='<%# "INSERT INTO Returns (AccessCode, CallSign,...
Forum: ASP.NET Apr 15th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
The ISP gave me the path C:\HostingSites\Annexeu\Annex2 they said nothing about security.

This is what I've tried since

In my Web.Config

<configuration>

<system.web>
<customErrors...
Forum: ASP.NET Apr 15th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Thanks for your help, I'll try to get this from my ISP

ViRiPuff
Forum: ASP.NET Apr 15th, 2009
Replies: 22
Views: 1,699
Posted By ViRiPuFF
Hi

I have just uploaded an Access DB and an .aspx page that writes to the DB. It works fine locally ie IIS.

The problem is that when on the host the db does not get written to. I think its to...
Forum: ASP.NET Mar 9th, 2009
Replies: 3
Views: 391
Posted By ViRiPuFF
Thanks greeny I tried what you suggested and got the following error
Value of type 'System.Collections.Specialized.NameValueCollection' cannot be converted to 'Integer'
Here is my code

<script...
Forum: ASP.NET Mar 9th, 2009
Replies: 3
Views: 391
Posted By ViRiPuFF
Hi

I have a site with 2 pages. The first page consists of a set of input fields where the data input by the users will end up in a db when the user clicks the submitt button, creating a new...
Forum: VB.NET Jun 2nd, 2008
Replies: 3
Views: 425
Posted By ViRiPuFF
Hi

I am trying to run the code below and get Exception From Hresult 0x800A0046
(CTL_E_PermissionDenied) error only on Button 2.

Button 1 does what it is supposed to ie remove all files found...
Forum: VB.NET May 12th, 2008
Replies: 1
Views: 1,190
Posted By ViRiPuFF
I found the mistake i = i + 1 should go on the line before end while this solves the exception problem not where I put it originally.

ViRiPuFF
Forum: VB.NET May 11th, 2008
Replies: 1
Views: 1,190
Posted By ViRiPuFF
Hi
I am using Visual Basic Developer 2005

I have this simple code that will delete all files created before today in the specified folders.

The code works fine but I get an exception problem...
Forum: VB.NET Jul 16th, 2007
Replies: 3
Views: 1,535
Posted By ViRiPuFF
Hi

I got it to work the problem was the single quote around the variable I which is an Integer and not a String

My original SQL statement was


Dim loSQL = "UPDATE tblSession SET TTout = '"...
Forum: VB.NET Jul 15th, 2007
Replies: 3
Views: 1,535
Posted By ViRiPuFF
Hi

I have the following code which generates an error 'Data Type mismatch in criteria expression'

The purpose of the code is to write a value to a database at a specific row.



Dim...
Forum: VB.NET Jun 18th, 2007
Replies: 5
Views: 11,069
Posted By ViRiPuFF
Yes Indeed it did Open the Excel File in Read Only Mode. Is there a way I could Open the File in Normal View

ViRi
Forum: VB.NET Jun 18th, 2007
Replies: 5
Views: 11,069
Posted By ViRiPuFF
Hi

I'm using MS Visual Basic 2005 Express Edition and need to open an Excel File. I'm using the following code


Public Class Form1

Private Sub Button1_Click(ByVal sender As...
Forum: Community Introductions Jun 16th, 2007
Replies: 2
Views: 593
Posted By ViRiPuFF
Hi

I am from Gibraltar and I hold a BSc in Computer Science. I have experience in Java and some C++.

I want to start training myself with VB .NET and hence my joining this community.
...
Showing results 1 to 26 of 26

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC