2,951 Posted Topics
Re: Hi dshock512 Welcome to TSDN. Hope you find the forum helpful for all your technical needs. | |
Re: Try to implement the logic by SQL | |
Re: Hi ganesh Welcome to DaniWeb. Hope you find the forum useful. | |
Re: Hi magnumforce Welcome to Daniweb . We are pleased to have you here.[URL="http://www.daniweb.com/forums/member206034.html"][/URL] | |
Re: for that u need to add the itemsdynamically to the combo at runtime. | |
Re: It seems to be a school or college assignment. Before deleopment of the project you need to gather all the requirments ,next step is database design and final step is coding. | |
Re: That should be defined in the time of table / relationship creation . If you wnat to delete all the child records by deleting the parent record thenu need specify ON DELETE CASCADE. Other wise it does not allow you to delete parent record if there is any sort of … | |
Re: Editing your own post is time limited. After that only the admin / moderator of the forum can edit that. | |
Re: select microsoft activex dataobject library 2.8 from the Project ---> reference menu then try the following sample code [code=vb] Dim con As New ADODB.Connection Dim rs As New ADODB.Recordset Private Sub Form_Load() con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Documents and Settings\Debasis\Desktop\company.mdb;Persist Security Info=False" rs.Open "select * from employee", con, adOpenDynamic, adLockOptimistic End Sub [/code] | |
Re: select microsoft windows commoncontrol 6.0 from under the Projects ----> components menu. to display the contol just increse the value of the progressbar in timer event of a timer. if it is = maxvale then reset to 0 | |
Re: try this sample code [code=vb] RsChart.Open SqlCatagoryOtherChart, con, adOpenForwardOnly, adLockReadOnly Set MSChart1.DataSource = RsChart RsChart.Close [/code] | |
Re: do not expect us to guess and solve your problem. Kindly post the exact eror message. | |
Re: Just use the fully qualified name. Subroutine should have global scope. | |
Re: Place the file in system32 and register the DLL with windows using the [B]REGSVR32[/B] key. | |
| |
Re: Oracle [B]9i[/B] is a [B]database[/B] ,here [B]i[/B] stands for [B]INTERNET[/B]. Oracle [B]10g[/B] is also a [B]databas[/B]e ,here [B]g[/B] stands for [B]GRID[/B]. Oracle [B]11i[/B] is not a database,its [B]ERP[/B]. The next version of database is [B]11g[/B] which is expected to be released soon for windows. The new version [B]11.1.0.6.0[/B] is available … | |
Re: You can store the details of the mails in a separate table with fileds like date,from,subject, contents ect. | |
Re: From your post it shows u r a novice user having very little or no knowledge of the language and even u dont know what is SQL. Dont expect any one to spoon feed u the code / project in a free froum. We are not here to do your … | |
Re: Hi Austin. Welcome to daniweb Hope you find this site helpful for all your programming needs. | |
Re: As a fresher u dont have much choice regardign salary. Becasue you are not supposed to bargain without relevant experience. You have to go as per company standards. | |
| |
Re: By using DoEvents u can return control back to O/S after every loop,so that u can break the loop in between if required. | |
Re: Oracle Client must be installed in the client side to connect to the server. Without that it is not possibe to connect to the server. | |
Re: you want to display it self on the report view or the data in the grid . If u wan tthe data then u need to dynamically frame the query at runtime. | |
Re: if there is no user interface then no need to create an interface at all. What u need to do is create a windows service. | |
Re: Before deloping any thing in any language , u need to design the database and for that u need through study of the existing system if any and the full functionality of the orginization. | |
Re: I would suggest this is the best site for you. here you find a vast resource by little searching also u can take help of VB forum to solve your problems. | |
Re: u can easily find all that in this site or by little web-searching. you only need to help your self in doing all that search. | |
Re: i have to be infront of the monitor, because that earns me my bread and butter. I don't like to watch TV. In my free time i smoke, smoke and smoke a lot. | |
Re: You can easily do that using the functions SUBSTRING ,REPLACE etc. | |
Re: what ever we add from reference or components are supporting files in form of DLL,OCX or TLB files. These are required if u want to include any predefined library or any extrinsic controls or any 3rd party tool. why you want to un-necessarily add those to every piece of code. | |
Re: That is because of the incompartibility of Access with Oracle. It shows when there is no compartible data type in access in comparision to Oracle. | |
Re: why not you use SHELL to call the exe of taskmanager it self and display it in side your application. | |
Re: instead of hardcoding the dates use sysdate and sysdate-30 for the desired output. | |
Re: can you specify what is your doubt. also post how u r trying to connect vb to database. | |
Re: please specify what exactly you want to display. | |
Re: only you can help your self ,if you have any oproblem / doubts you can ofcourse take help of experts in the forum. | |
Re: for that u need to handle the registry. | |
The End.