User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 374,508 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,817 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 500
Search took 0.07 seconds.
Posts Made By: debasisdas
Forum: Visual Basic 4 / 5 / 6 9 Hours Ago
Replies: 1
Views: 39
Posted By debasisdas
Re: Process of generating Report in VB 6.0

so what is the problem.

1.connect to databse .
2.create a data report
3.drag the field to report
4.format as desired and set some properties
5.show the report.
Forum: Visual Basic 4 / 5 / 6 9 Hours Ago
Replies: 3
Views: 69
Posted By debasisdas
Re: Report in vb6

Use crystal report that is better in comparision to data report . But you need to install that separately as that is not part of visual studio 6.0.
Forum: Oracle 9 Hours Ago
Replies: 1
Views: 40
Posted By debasisdas
Re: Oracle Server Version

Why are you still using 9i .You can go for 10g with all the new features.
Forum: Visual Basic 4 / 5 / 6 2 Days Ago
Replies: 2
Views: 59
Posted By debasisdas
Re: whice version of access support in vb

vb suppoerts all version. i think the problem is you are not having required patch files /updates in your system.
Forum: Visual Basic 4 / 5 / 6 2 Days Ago
Replies: 3
Views: 69
Posted By debasisdas
Re: Report in vb6

Which reporting tool you are using data report or crystal report ?
Forum: Visual Basic 4 / 5 / 6 5 Days Ago
Replies: 1
Views: 94
Posted By debasisdas
Re: crystal report and data report

crystal is not a part of VB6 .0 . You need to install that separately. you can only call that from VB. datareport is a part of vb 6.0 itself.
Forum: Visual Basic 4 / 5 / 6 5 Days Ago
Replies: 2
Views: 117
Posted By debasisdas
Re: How to insert NULL using SQL (Hardest Question)

what happens if you insert NULL to the field ?

is there any constraints on the database table fields.
Forum: Visual Basic 4 / 5 / 6 5 Days Ago
Replies: 2
Views: 137
Posted By debasisdas
Re: How to leave NULL value in access database table in VB6

kindly post the part of the code that is throwing the error.
Forum: Visual Basic 4 / 5 / 6 5 Days Ago
Replies: 6
Views: 172
Posted By debasisdas
Re: How I find out data from access

so what is your problem ?
Forum: Visual Basic 4 / 5 / 6 6 Days Ago
Replies: 3
Views: 191
Posted By debasisdas
Re: Component "comdlg32.ocx" missing

you need to copy that componet to your system foolder and register that with windows using REGSVR32.
Forum: Geeks' Lounge 8 Days Ago
Replies: 999
Views: 51,373
Posted By debasisdas
Re: Thoughts Of The Day.

Let others cry over small hurts,but not you.Let others leave their future in someone elses hands,but not you. not you.
Forum: Visual Basic 4 / 5 / 6 8 Days Ago
Replies: 4
Views: 112
Posted By debasisdas
Re: Random Picture Generator

1.assign two flags for the files.
2.generate a random number.
3.display one picture if the number is even or the other if that is odd.
Forum: Visual Basic 4 / 5 / 6 8 Days Ago
Replies: 6
Views: 397
Posted By debasisdas
Re: How to USE VB Connectivity in LAN(Network)

please find all that here (http://www.connectionstrings.com/?carrier=access) .
Forum: Visual Basic 4 / 5 / 6 8 Days Ago
Replies: 1
Views: 93
Posted By debasisdas
Re: : im new hir

i think you need to contact some sys admin for the purpose .
Forum: Visual Basic 4 / 5 / 6 8 Days Ago
Replies: 9
Views: 3,008
Posted By debasisdas
Forum: Visual Basic 4 / 5 / 6 8 Days Ago
Replies: 3
Views: 80
Posted By debasisdas
Re: [help] What code for this frm??

please explain your problem.

i am not used to opening any zip i come across in net.
Forum: Visual Basic 4 / 5 / 6 8 Days Ago
Replies: 3
Views: 123
Posted By debasisdas
Re: Checkbox feature for Dbgrid

you need to use some third party component for that.
Forum: Visual Basic 4 / 5 / 6 9 Days Ago
Replies: 9
Views: 149
Posted By debasisdas
Re: What version of access???

i would suggest to go for oracle.
Forum: Visual Basic 4 / 5 / 6 9 Days Ago
Replies: 2
Views: 145
Posted By debasisdas
Re: Printing a report

IF you want to print from vb then generate the report in vb using datareport or crystal report.
Forum: Visual Basic 4 / 5 / 6 9 Days Ago
Replies: 5
Views: 304
Posted By debasisdas
Re: Connection.Execute command to Delete Records from MS Access Database Table

try to use this

conn.begintrans
Conn.Execute "DELETE FROM <tablename> WHERE FIELD1 = '" & cmdField1.Text & "'"
conn.committrans
Forum: Visual Basic 4 / 5 / 6 9 Days Ago
Replies: 9
Views: 3,008
Posted By debasisdas
Re: How do I create a database at run-time using VB6.0

you need to create the database at designtime separately not at runtime.
Forum: Visual Basic 4 / 5 / 6 10 Days Ago
Replies: 3
Views: 123
Posted By debasisdas
Re: Print copies in VB6 issue

please pass more information .
Forum: Visual Basic 4 / 5 / 6 10 Days Ago
Replies: 5
Views: 178
Posted By debasisdas
Re: Help! Database system on LAN

u can also use system ip in place of system name ,but the remaining part remains same.
Forum: Visual Basic 4 / 5 / 6 10 Days Ago
Replies: 2
Views: 156
Posted By debasisdas
Re: Visual Basic 6.0 to Oracle 8i connectivity

is the connect getting successful ?
Forum: Visual Basic 4 / 5 / 6 10 Days Ago
Replies: 9
Views: 149
Posted By debasisdas
Re: What version of access???

you can connect any version to VB.

how you are trying to connect.
Forum: Visual Basic 4 / 5 / 6 11 Days Ago
Replies: 7
Views: 228
Posted By debasisdas
Re: Extracting strings from a multi-byte string

try to use MID fuction for the purpose.

make that dynamic.
Forum: Visual Basic 4 / 5 / 6 11 Days Ago
Replies: 5
Views: 178
Posted By debasisdas
Re: Help! Database system on LAN

you can also use complete path of the file wiht the server address to access from other systems.
Forum: Visual Basic 4 / 5 / 6 11 Days Ago
Replies: 1
Views: 152
Posted By debasisdas
Re: VB ODBC

how are trying to connect to database ?
Forum: Visual Basic 4 / 5 / 6 11 Days Ago
Replies: 3
Views: 158
Posted By debasisdas
Re: no crystal report in my vb6 :(

CR is not inbuilt to VB 6.0 . You need to install taht separately.
Forum: Oracle 11 Days Ago
Replies: 3
Views: 489
Posted By debasisdas
Re: Please Help Issuse on BLOB datatype in Oracle

when you try to retrive you will get binary data, you have to conert the same to file to get your actual data.
Forum: Visual Basic 4 / 5 / 6 14 Days Ago
Replies: 2
Views: 273
Posted By debasisdas
Re: Subtract a Date

DateDiff function will do that for. you
Forum: Oracle 14 Days Ago
Replies: 2
Views: 241
Posted By debasisdas
Re: Accessing Oracle 9i thru Java

please find the connectionstring at

http://www.connectionstrings.com/?carrier=oracle
Forum: Visual Basic 4 / 5 / 6 15 Days Ago
Replies: 2
Views: 108
Posted By debasisdas
Re: clueless

try to use crystal report with vb if that is available else go for data report.
Forum: Visual Basic 4 / 5 / 6 15 Days Ago
Replies: 2
Views: 165
Posted By debasisdas
Re: list box problem

you need to use listindex and additem method .
Forum: Oracle 15 Days Ago
Replies: 3
Views: 489
Posted By debasisdas
Re: Please Help Issuse on BLOB datatype in Oracle

how you hae stored the files in dtabase. Is it is in binary format .
Forum: Visual Basic 4 / 5 / 6 16 Days Ago
Replies: 3
Views: 228
Posted By debasisdas
Re: Problem in Trim command

copy the DLL or OCX you are using to develop the application to target systems and register those with windows using REGSVR32 command.
Forum: Visual Basic 4 / 5 / 6 16 Days Ago
Replies: 1
Views: 144
Posted By debasisdas
Re: webbrowser???????

please go through some good book for the same else you can easily find all that by spending some quality time in web seaarching .
Forum: Visual Basic 4 / 5 / 6 16 Days Ago
Replies: 7
Views: 312
Posted By debasisdas
Re: how to display user name at statusbar?

what is the error message ?
have you tried as suggested in post #2 ?
Forum: Visual Basic 4 / 5 / 6 16 Days Ago
Replies: 3
Views: 169
Posted By debasisdas
Re: Using Where clause

please change the order by field name. Date is not a recomended field name in database as it is a predefined data type.
Forum: Visual Basic 4 / 5 / 6 16 Days Ago
Replies: 4
Views: 173
Posted By debasisdas
Re: Help on How to make a DATA TREE

what is the database you are using ?
Showing results 1 to 40 of 500

 
All times are GMT -4. The time now is 2:20 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC