Raza 0 Newbie Poster

Well, Iam using asp and sql server to store data in database. I have a work to show data to all users. But data is very fast and it must update in a second... so im updating it in a second on a webpage....but ofcourse on internet, it disappears before it loads on a page..

now im planning to put flash inplace of recordsets... how i can pick data from sql to FLASH and how it will run in asp.

i want this in one page of asp using flash.
if any one knows, email me the sample.

hasnainr1@hotmail.com
Hasnain Raza.:cool:

Raza 0 Newbie Poster

no change.........
if u can make change in my code to work properly then plz.....

Thanks alot.
Raza.


This may help:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbenlr98/html/vamsgoutofbounds.asp

Raza 0 Newbie Poster

Hello e/one,
im getting error no. 9 "subscript out of range" in following situation.


- i have a data grid on page on which i place a query to select data from SQL SERVER 2000 database just like that "select size_number, product_size, type_number from product_size"

-Below this grid i have 2 textboxes and 1 combobox.

-Now i want to show same data appear in data grid at the same time, user clicks on any row of datagrid. the user clicks in datagrid, the data of same row will be shown below in textboxes and combo.(type_number is in combo)

-Now its working successfully if i places only 2 things (i.e. text boxes)
when i add third item (combobox) it produces error...

-Can anyone HELP me...........its urgent...im showing some code here...

####Code Starts######
Option Explicit
Dim clscombo As New clsfillcombo

Private Sub cmdclose_Click()
Unload frmsize
Unload frmcategory
Unload frmproduct
Unload frmsupplier
frmwelcome.Show
End Sub

Private Sub cmddelete_Click()
On Error GoTo error_Delete
Dim rs As ADODB.Recordset
Dim sSql As String
Dim strtypenumber As String
If MsgBox("Are you sure you want to delete the selected record?", vbQuestion + vbYesNo + vbDefaultButton2, "TR") = vbYes Then
sSql = "Delete from product_size where size_number= '" & dgsize.Columns(0).Text & "'"
cn.Execute sSql
Set rs = Nothing
MDIForm1.Adodc1.Refresh
dgsize.Refresh
End If
Exit Sub
error_Delete:

Raza 0 Newbie Poster

im going to make an operating system...after completing my boot and kernel work....not i have just created a simple c++ program for my os....now i wan to convert that c++ .cpp into .bin so i can write it into floppy sector...bcoz my os will be base on floppy disk...

question is how i will compile .cpp code into .bin??any solution??

Raza.
hasnainr1@hotmail.com
hasnainr1@yahoo.co.uk

Raza 0 Newbie Poster

i have complete booting phase..its booting..now i have another problem which is about KERNEL...i have a small and simple kernel but i have to send it into second sector of floppy?how i can do this...after this i have to link that kernel (asm file) with c++.if u can.. then let me know...i will send u links plus boot code and kernel code....
Raza.

Do you need help with the actual coding or putting everything together and making the OS bootable?

Luckily I can help you on both! Here is a resource I want you to take a look at first: http://www.1cplusplusstreet.com/vb/scripts/ShowCode.asp?txtCodeId=3570&lngWId=3

See if the directions that guy left in the readme file help you. I would normally post the information directly into the forums for the sake of accurate information archiving, but the intructions are too long and I don't want to plagerize.

Raza 0 Newbie Poster

:o
hello e/o..
im Raza..i hav a project to make small operating system...
i have completed my boot and kernel work in assembly...with the help of emulator8086...there is output showing after booting from floppy but now i have to link that kernel with C++ program to show some output on screen.. so i can move ahead to do some more work in c++..
guide me..
Khuda Hafiz. ;)

Raza.
hasnainr1@hotmail.com
hasnainr1@yahoo.co.uk

Raza 0 Newbie Poster

im going to put your simple counter code....on http://www.razasnet.tk

lets c the result...
Raza.

hasnainr1@hotmail.com

Raza 0 Newbie Poster

from dor tk i mean,, that if im putting your simle counter code on my website....and its running no from iis....but its hosting by others e.g www.dot.tk then what will happen? any chance here that couter will reset,,?bcoz code is not on my side,,it will be run by that dot.tk website....that was thqe question

i used your code (simple counter 1st one) its running good....but if iam changing date in my calender to wrond date..then my page is not opening (in iis) on which i put that code..
let me know about this if u hav time..Thanks alot for ur help

Raza.
hasnainr1@hotmail.com and yahoo.co.uk

Raza 0 Newbie Poster

<% Dim counting
counting = Application("apcounter") + 1 %>
<% Application("apcounter")=counting %>
<%= Application("apcounter") %>

only problem is that when the server or iis is restarted it reverts back to 0.

there are other ways though (write a text file to the server) code rather complicated but the counter is set no reverting. let me know if you want the script.

if im placing my site on dot tk...then ?

Raza 0 Newbie Poster

I want to create a program that converts mp3's to other formats. I wanted to know if anyone had any information on how mp3's are made and if there are any resources out there that I could use to learn the internals of an mp3 and other music files.

Thanks

http://www.download.com
:lol:

Raza 0 Newbie Poster

I need very simple Counter Code...in which no database is use..
just some line of codes to count the total visitors and thats all...and need this withour java script bcoz i dont have support on domain.....

Raza.
http://www.razasnet.tk
;)

Raza 0 Newbie Poster

Thanx...plz tell me...what Linus version i can use..bcoz i have to make an operating system for which first im trying to complete boot process..for this im working on a procedure described in http://www.linuxgazette.com/issue77/krishnakumar.html
here he used Linus Bash prompt..can u help me according to this procedure in which he is performing boot...
Raza.

Raza 0 Newbie Poster

this is ganna sound so weired. do anyone happend to have any worksheet about access and vb, and creating database, please send me a private email on yahoo, tansk

its looking that u need to create database on ms access (2000) and wan to connect forms with it...u can choose ODBC (control panel --> Admins. Tools --> ODBC) and then write file source...use wizards in VB 6..it will be easier for u
kh(bye)

Raza.
hasnainr1@yahoo.co.uk
hasnainr1@hotmail.com

Raza 0 Newbie Poster

any one have any idea about Linux Bash Prompt......which i read from above link...

Raza.

Raza 0 Newbie Poster

thanx...Narue

Raza 0 Newbie Poster

Injection. SQL Injection. From the way you state the question, it sounds like you have evil-doer intentions. In basic terms, it's the substitution of SQL parameters with executable SQL code in order to hi-jack or do harm to an online SQL database. There are plenty of examples on the web, try a google search for SQL Injection.

dale

i tried my best to search as more as possible..but failed to find something intresting...well i just wan to learn....how it can be done....n that's all...help me if u can..
Raza.

Raza 0 Newbie Poster

hello...
any one have any idea about sql injuction....how i can retrieve database from any site..

Raza.
hasnainr1@yahoo.co.uk

Raza 0 Newbie Poster

:) Hello Everyone...IM RAZA..from Pakistan...new member here..

Well i hav a problemm....big problem now adays///
i have a project to make an operating system....can somebuddy help me??
i dont have any idea...guide me if u can..

RAZA.


http://www.razasnet.tk (under construction)