In my Clients table I have BulkPostagePermit field (memo) which contains 2 lines like these:
Anaheim, CA
Permit NO.40078
The whole Postage thingy on the report should look like:
___________
PRESORTED
STANDARD
U.S.POSTAGE
PAID
ANAHEIM, CA
PERMIT NO.49093
______________
Note that some of the...
I completed several small projects using VS.NET/VB on my local server.
As I understand VS compiles your code into DLL automatically.
Several of my current webhosting companies (for my old asp sites) say that they support .NET .
When I asked them if they will allow ASP.NET deployment with DLL...
Hi,
I'm using simple INSERT statement (not stored proc.)
Here is what I have:
Dim varDate as Object
IF txtDate.text = String.Empty then
varDate = System.DBNull.Value
ELSE
varDate = txtDate.text
END IF
It doesn't work - I'm getting that dafault thing 1/1/1900 each time I insert an empty...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.