I have in my tabe 10 column out of which in one column there is city field. I want to use filter using LIKE operator with the city field.City contains Mumbai, Mum-21 etc.I want to use "select * from table where city LIKE MUM %" SO that all city records starting with MUM will be displayed.
This...
We have 4 machines in LAN.
After runing Norten Antivirus on one machine which was connected to internet. Scaning was going on & we disconnected net in between. Antivirus started scaning virus in other machines also. It was going on giving error that virus....detected & repaired sucessfully...
Hi all,
I have the following probs with datagrid..
1> Once the height is set, I cant change it and at the same time my records are being added. So how to vary the height of the datagrid as recs keeps on incresing..
2> Once I add the records(same screen), I want to display the added record also...
How to write
<%SFA="SFA.mdb"%>
to a text file using FSO ??
Here "<%" sign creating a problem.
Rushi Shroff Rushi@emqube.com
"Life is beautiful."
<%
Dim fs, filename, readfile
Dim Text, TStream
%>
<%
Set fs = CreateObject("Scripting.FileSystemObject")
'filename=server.mappath("1")
'response.write filename
Set readfile=fs.OpenTextFile("C:\InetPub\wwwroot\PMS\inc\dbname.txt",1,False,False)...
Call me1()
response.write a
Sub me1()
dim a
a="rushi"
End Sub
is not working ..what to do ?? Rushi Shroff Rushi@emqube.com
"Life is beautiful."
Here is the code for generating a string for site SEArch.
Here this is to be included in an ASP page.
My problem is I can not access temp2 variable which is a string outside of search subroutine.
what to do ?
<%
'response.write Keywords
Dim...
Refrence
thread333-248361,
I want to question that
1 if i raise error as link9 said it stops the execution..
so have to trap it through IsNothing but it says not
supported in ASP
2 if i ant to do R & D what is the best practice ? Again and
again i have to register/unregister dlls...
I am entering some values in Textarea with hitting enter after each listing
Like
TATA
BIRLA
RELIENCE
etc..
Now when i fetch the values from database, I want it to be displayed with a break as I entered(same way)
TATA
BIRLA
RELIENCE
But it is showing like TATA BIRLA RELIENCE
I am not...
I just want to ask how binary compatibility matters in COM components used in ASP ?
I mean while developing COM components for my web application in asp, what care should I take about COMPATIBILITY Issue ? Rushi Shroff Rushi@emqube.com
"Life is beautiful."
It says that there are thousands of people who are more hardworking and brillient but ultimately "Destiny" is the supreme force.
What are the factors lying behind the success of Bill Gates ?
He is having 12 % stack in Microsoft.The partnership for
12 % is really something.What makes...
[code]
<%
Call OpenConnection()
SQLGetIndArr="select Software_Industry from Software_Industry where Software_ID=1"
Call OpenRecordset(SQLGetIndArr)
If Not objRs.EOF then
IndArr=objRs.getRows()
Call CloseRecordset()
IndArrJoin=Join(IndArr)
Response.Write IndArrJoin
Else...
Well I have parent child relationship between categories and subcategories in my master table.
Table : Application
Fields :
Application_Id
Application_Name
Application_Parent_Id
Here Appcation_Id indicates Id of a particular cat or sub category.
Name indiactes name and most important last...
The unprecedented boom india has seen during 95-01 was due to adoptation of high technlogy in advanced and first world countries and mainly the USA.
Because India as such is a very poor and third world country, there is no as such wide acceptance of new technology in every segment of every...
Well I already have an ASP page opened in InterDev.
Now I want to add some new tables in main menu so what i do is open a dreamwaver and add some new nested tables in that.
Now I save the changes in Dreamwaver. When I go back to InterDev, it asks me
Do you want to SaveAs changes or Overwrite...
Here I want to do data access from COM.
I have a ready made code HowToProject3 from www.dougdean.com
Project Name : How2Project3
Class Name : ClassName
Public Function MethodName(ByVal strDbConnectionString As String, _
ByVal strSQL As String) As Variant...
Hi Paul,
A special question for you.
It says that if we want our system to be scalable-Very scalable which supports millions of users concurrency, hardware plays a vital role.
So what I ask is How hardware of the system plays a role in scalability ??
Rushi Shroff Rushi@emqube.com...
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.