Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~662 People Reached
Favorite Tags
Member Avatar for ndraycott

Hi I am trying to create a stored procedure to establish which user has upload the most videos on my site. The tables are: **Video** VideoNo, VideoName, UserNo, VideoUrl **Users** UserNo, FirstName, LastName Each entry on the video table uses the users number. I would like to return a query …

Member Avatar for BitBlt
0
100
Member Avatar for ndraycott

Hi Every time I change the parameters for FFMPEG it doesn't work. I want to increase the quality and add meta data with flvtool2 for streaming Video is my input variable and mpg is the output variable. Does the parmeter string need concatenation with & symbols or with + symbols? …

Member Avatar for Philippe.Lahaie
0
48
Member Avatar for ndraycott

Hi I am trying to pass the datatable of a search query to another page and bind it to a listbox. The problem is the the listbox just displays system.data.datarowview and no results. I have listed the code below. Thanks First page SQL and session store: [CODE]Protected Sub btnSearch_Click(sender As …

Member Avatar for Phasma
0
114
Member Avatar for ndraycott

Hi I am trying create a site to upload a video files from a file upload control and convert them into a single format before storing the file path in a database for easy retrieval. I have managed to do all of the uploading and storing file path part, but …

0
58
Member Avatar for ndraycott

Hi I am trying to bind a list box with Video data from an sql query and use the selected url of the video in a session object posted to another page media player object. The problem is that i'm not sure why the session value is not being passed. …

0
68
Member Avatar for ndraycott

Hi I am trying to upload and convert video files then retrieve the filepath. I successfully managed to upload and save the filepath, but I am trying to add the converting functionality. The code I have so far is below. Thanks in advance [CODE]Protected Sub btnUpload_Click(ByVal sender As Object, ByVal …

0
74
Member Avatar for ndraycott

Hi I am looking to retrieve and play video files from a database. The url and not the binary data is stored in the database. I previously managed the download file when they were stored in the binary format, but now to increase performance I want to just link to …

0
57
Member Avatar for ndraycott

Hi I am trying to store the filepath of uploaded files in a sql server database using vb.net. I have run the code at it uploads fine but nothing is being added to the database. Any help will be greatly appreciated. [CODE]Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e As …

Member Avatar for lolafuertes
0
143