Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RushiShroff

    want to use LIKE operator

    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...
  2. RushiShroff

    How to remove virus infected files ?

    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...
  3. RushiShroff

    Datagrid problems

    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...
  4. RushiShroff

    Write <%FSO%> to textfile with FSO ??

    How to write <%SFA=&quot;SFA.mdb&quot;%> to a text file using FSO ?? Here &quot;<%&quot; sign creating a problem. Rushi Shroff Rushi@emqube.com &quot;Life is beautiful.&quot;
  5. RushiShroff

    Not able to read using FSO

    <% Dim fs, filename, readfile Dim Text, TStream %> <% Set fs = CreateObject(&quot;Scripting.FileSystemObject&quot;) 'filename=server.mappath(&quot;1&quot;) 'response.write filename Set readfile=fs.OpenTextFile(&quot;C:\InetPub\wwwroot\PMS\inc\dbname.txt&quot;,1,False,False)...
  6. RushiShroff

    OOPS and ActiveX Components

    what is relation of OOPS and VB based COM ?? Rushi Shroff Rushi@emqube.com &quot;Life is beautiful.&quot;
  7. RushiShroff

    Here you can start COM??

    www.develop.com web site promoted by Microsoft to learn VBCOM online. Rushi Shroff Rushi@emqube.com &quot;Life is beautiful.&quot;
  8. RushiShroff

    Call me1() response.write a Sub m

    Call me1() response.write a Sub me1() dim a a=&quot;rushi&quot; End Sub is not working ..what to do ?? Rushi Shroff Rushi@emqube.com &quot;Life is beautiful.&quot;
  9. RushiShroff

    Problem with Subroutine

    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...
  10. RushiShroff

    Refrence thread333-248361 &amp; issues with ASP/COM

    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...
  11. RushiShroff

    Textarea and Display problem-Access 2000

    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...
  12. RushiShroff

    ASP COM &amp; Binary compatibility

    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 &quot;Life is beautiful.&quot;
  13. RushiShroff

    Secret of Bill Gates Success ..??

    It says that there are thousands of people who are more hardworking and brillient but ultimately &quot;Destiny&quot; 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...
  14. RushiShroff

    [code] &lt;% Call OpenConnection()

    [code] <% Call OpenConnection() SQLGetIndArr=&quot;select Software_Industry from Software_Industry where Software_ID=1&quot; Call OpenRecordset(SQLGetIndArr) If Not objRs.EOF then IndArr=objRs.getRows() Call CloseRecordset() IndArrJoin=Join(IndArr) Response.Write IndArrJoin Else...
  15. RushiShroff

    Criciel Logical Problem : How to solve ?

    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...
  16. RushiShroff

    IT SlowDown and Indian Industy Problem

    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...
  17. RushiShroff

    Date value NULL and Access-2000/97

    How do you guys manage Null value insertion in field DateTime ? Rushi Shroff Rushi@emqube.com &quot;Life is beautiful.&quot;
  18. RushiShroff

    Opening a Document while it was open

    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...
  19. RushiShroff

    ASP &amp; COM

    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...
  20. RushiShroff

    For Link9----&gt; High End Performance Question

    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...

Part and Inventory Search

Back
Top