i am working in network. on server CD-Writer(Samsung, internal) is attached. Can it is possible to share the cd-writer, so that i can burn the cd using nero burning s/w from my pc. if possible please tell me the procedure.
hello,
i got one code for sending mails through vb. th code is as follows
Option Explicit
Private nConnected As Boolean
'Private WithEvents Winsock1 As Winsock
Private ptRetCode As Boolean
Public Event Status(txtStatus As String)
Sub SendBrainDead(txtServer As String, szEmailFrom As String...
hello,
I have written following query
select * from Candidate_Mst where Cand_fname='dsdsdsdhh' and Cand_lname='dsssgfg' and cand_email1= 'sdsfg' and DOB=2005-10-05
please tell me how to take check the date field in Mssql server. Because if i ve written query
select * from Candidate_Mst...
Hello,
I am copying the file from source path to destination path using
FileSource="C:\abc.doc"
FileDest="C:\c1.doc"
FileSystem.FileCopy FileSource, FileDest
first time it works fine as there is no file c1.doc
but if i use it for overwriting file then it is giving me error as permission denied...
Hello,
I have written following query in Vb
dim str11 as string
str11="select case a.Company_id when 0 then '' Else: a.Comp_name end , case b.Desig_id when 0 then '' Else: b.Desig_name end , case c.Industry_id when 0 then '' Else: c.Ind_name end , case d.Function_id when 0 then '' Else...
hello,
I have written following query to retrive the values
select a.Comp_name,b.desig_name,c.Ind_name,d.Function_name from Company_Mst a,Designation_Mst b,Industry_Mst c, Function_Mst d where a.Company_id=1 and b.desig_id=778 and Industry_id=147 and Function_id=1;
when i execute this query i...
Hi There,
i am trying to send the mail using Outlook(MAPI) from VB. but when i send it confirms with me with a prompt Like
"A program is trying to automatically send e-mail on your behalf. do you want to allow this?
if this is unexpected, it may be a virus abd you should choose NO.
Yes...
Hi There,
Problem statement:
-------------------
I have to find the keyword stated in the textbox using vb, in the doc files specified in directory and give a list of ".doc" files which contain that keyword.
please help me.
Thanks in advance.
Mohit Prabhu
hello,
I am using winxp as os. i am having IIS installed & have taken SMTP services.i am not having SMTP server. can i send mails without SMTP sever. i ve written following coding in my asp page.
Const cdoOutlookExvbsss = 2
Const cdoIIS = 1
' Dim Message As New CDO.Message
'Create...
Hello There,
I have a db uploaded with MS-SQL Server.
And there also exists a local ms-sql db with same name i want to synchronise the both of them.
please can anybody help me how to sync both the DB and their objects.
is there any facility provided by MS-SQL S/W.
or
any procedure ...
Hello there,
I have sent the mails through MAPI.
But i don't know how to handle Incoming mails through
VB(MAPI).
can anybody help me ?
i have to all the way use outlook VBA which i don't want.
Please Please Please.
Help Me
Mohit Prabhu
hello,
i want to update the .csv file using ado in asp. i have written following code
connCSV.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=" & path1 & ";" & "Extended Properties=""text;HDR=YES;FMT=Delimited"""
set rs1=connCSV.execute("select * from "&filenm)
rs1.close
rs1.locktype =...
i want to download .csv for that i have written a code in in .asp file as follows
<a href="files/test.csv">test</a>. when i open this html file in browser and click on that link(test), then it opening that file in browser in MS-excel format, instead of giving me dowload file dialog box.With the...
hi,
i am taking checkbox values ,which are submitted from html to asp page.i am storing in one variable as follows
str1=request.form("chk1")
str1 contains values 'aaa','bbb','ccc'.i want to change to
aaa,bbb,ccc.can anybody tell me how to do it with the help of replace method.
hi,
i want to download .csv for that i have written a code in in .html file as follows
<a href="files/test.csv">test</a>. when i open this html file in browser and click on that link(test), then it opening that file in browser in MS-excel format, instead of giving me dowload file dialog...
hello, i want to write a code in asp which displays records of submitted values by html page(using multiple checkbox selection).i am collecting all checkbox values in one variable.i have written following code but it is giving me error at line where i have given sql query. just see my which i...
Hello,
I want show records in .asp page. in page i collecting checkbox values which are submited to this .asp page. i am storing that values in one variable & passing that to query. but i am getting an error can anybody tell me how to do it. i have written following code.
dim strIDS
strIDs =...
Hi There,
Please help me i am stuck.
problem statement :
i am creating & placing the controls at runtime.
the problem is when the controls move beyond the form size the form doesn't scroll and i cannot enter the data into the controls which go beyond the form size.
i am desperate to solve...
Hello,
I have a problem with updating db, i want to update some fields in the db on say some event.
for eg;
if the entry posted is one month old then the entry should be archived automatically.
where should i include the code to fetch above result.
if i put it in "session onstart" then it...
Hi There
I have a problem with me.
ihave done programming on ASP and backend is
MS-SQL Server2000 but i am unable to Upload the DB over Web Server.
i can create a online DSN only when i upload the DB.
i tried to upload the LDF and MDF file but it says that
"the license for the installation...
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.