Saturday, January 16, 2010

I want to connect oracle 8i database to jsp,i need the code nd wat should b done in control settings.?

actually iam developing a weather portal,where if i click today button-it should display todays temperature,rainfall and humidity. the temp,rainfall and humidity will be stored in oracle database.in need a step by step procedure to connect oracle 8i database to jsp.how to set up a connection in control settings.and the code to be included in jsp page.


i am using tomcat webserver. i actually should complete this project in a month ,if u can give the complete code it would be very useful.plssssssssssssssss,thanks in advance.I want to connect oracle 8i database to jsp,i need the code nd wat should b done in control settings.?
Get Widgets (or whatever you call them) instead. They are already programmed for you. Duh!

How do I use the create user asp.net control and connect it to a SQL Server database?

I had configured my registration page to sql server express. The webhost Daily Razor does not support it. Since this is not my area of expertise, I am trying to find a way to code the already existing page to connect to either a MYSQL database or a SQL Server database and not have to write code all over again





This is the code I have right now





Protected Sub CreateUserWizard1_CreatedUser(ByVal sender As Object, ByVal e As System.EventArgs)





End Sub


%26lt;/script%26gt;





%26lt;asp:Content ID=';Content1'; ContentPlaceHolderID=';ContentPlaceHolder鈥?Runat=';Server';%26gt;


%26lt;asp:CreateUserWizard ID=';CreateUserWizard1'; runat=';server';


FinishDestinationPageUrl=';~/Registration Confirmation1.aspx';


InvalidPasswordErrorMessage=';Password length minimum: {6}. Non-alphanumeric characters required: {1}.';


style=';color: #003399; font-weight: 700';%26gt;


%26lt;WizardSteps%26gt;


%26lt;asp:CreateUserWizardStep runat=';server';%26gt;





HELP!!!!!How do I use the create user asp.net control and connect it to a SQL Server database?
MySQL works best with php

Why I cann't attach my database in Access 2000 to the form using Dara Control in VB6?

In the book of VB6, examples are there to connect the sample databases supplied with the Access/VB using data control which works fine while I practice. But while trying to attach my own database created by Access 2000 by data control, it says ';Unrecognised database format';. How to get the connection?Why I cann't attach my database in Access 2000 to the form using Dara Control in VB6?
You'll need to use ADO to connect to an Access2000 mdb. There's an ADO control or you can do it in code. Here's smple code to get you started:





Dim Db as Connection


Dim SQLStatement as String





Set Db = New Connection


Db.CursorLocation = adUseClient


Db.Open gDSN


SQLStatement = ';Select ...';


Set adoSalesPerson = New Recordset


adoSalesPerson.Open SQLStatement, Db, adOpenStatic, adLockOptimistic


If adoSalesPerson.RecordCount %26gt; 0 ThenWhy I cann't attach my database in Access 2000 to the form using Dara Control in VB6?
I may be wrong, but from memory, youcan only use Access97 database with VB6, I heard of an update or patch for it to work with Access2000, or even using newer ODBC drivers, but never tried.

Do American border control have access to British criminal database?

Unfortunately in my misspent youth I got convicted of possession of a class A drug. I was given 100 hours of community service. This was over 5 years ago and to my understanding is now a spent conviction.


I am travelling to the USA in August and the flights are already booked. I have read a lot of info into this and understand that I need an ESTA to fly to the US, and because of my spent conviction I am unable to get this. So I need to apply for a visa. Is this process difficult? And does it cost much money?


If the border control doesn鈥檛 have access to criminal database can I just not declare this spent conviction and use a ESTA form and not apply for a VISA?


Sorry this is several questions. Advice would be greatly appreciated.Do American border control have access to British criminal database?
Yes, drug offenses are accessible. If you lie about it, you will not only be caught., you will be charged under US law with violating their immigration laws, a Federal Felony.





Don't compound one problem with a more serious one. Apply for the proper visa. It's not terribly expensive, but it will take a significant amount of time. Contact the local Embassy for an estimate of how long. For a flight in August, I suspect you should get on it right away.

Does hosting services provide control panels usuaully to modify database?

Our clients commercial website is hosted on hosting server which MARKETING PEOPLE CHOSE. Hosting server don't have anything like control panel. I had to do all research from beginning. I connect to website by ftp. To change database I have created php template %26amp; change queries in it like 'alter table add column', or insert values in table. I have linked mysql database to ms access on my computer %26amp; every time I add new column, I had to do link tables process all over again. I can't test sql queries in access because it's linked table %26amp; there is lot of confusion between datatypes or mysql %26amp; MSAccess. I am finding myself wasting lot of time on hosting related issues than actually working to fix website related code. Is it normal? If we chose good hosting plan do they provide control panel where we can view %26amp; MODIFY MYSQL DATABASE DIRECTLY.





THANK YOU.Does hosting services provide control panels usuaully to modify database?
Your webhosting provider sucks,most web hoster provides a control panel to modify database ,etc.


Try web hosting from website like http://aplis.net/ , first month free.
  • eye color
  • 1.write a suitable VBprogramming using data control with add,save,edit,delete,options through database cont.op

    2.If any body know about the calculator programing in foxpro and the programing of salery distribution of a particuler dipartment or the bank in the visual Basic,then please send me to my email ID before 31st january as soon as possible. my ID is asilawat@yahoo.com1.write a suitable VBprogramming using data control with add,save,edit,delete,options through database cont.op
    So you think we are here to do your home-works?





    Try to do yourself man. Then only you will grow.

    Can you pl. tell me which is the fast openining control and view in VB6 for searching records from a database?

    i think ADO can connect database as fast





    http://www.developer-exchange.com