i have a string like:
\\folder\folder\folder\folder\folder\folder\210000\213790\file911723v.jpg
i would like to strip it down to return just 911723.
would my best be using the REPLACE function?
Thanks in advance
I have a dynamic page that I want to be centered vertically in the broswer. I've tried v-align(ing) the outmost table by using code in the HTML and CSS with no luck. I've also tried putting the parent table in a div tag and v-aligning that...NO LUCK!
Only thing that I've found to work was...
i need help using a repeater to basically simplify the following code:
Case "district"
distance = 5
Dim schoolDistrict As WTL.NeighborhoodData.SchoolDistrict()
schoolDistrict = _neighborhood.GetSchoolDistricts(distance)...
i'd wish to view the error i'm receiving when i'm trying to run an exe on the server that writes a file to the server.
where i'm getting hung up is if i don't have rights to the exe from the aspnet user, or if i don't have write access to the folder where the file will be written.
i'm also...
what exactly is this all doing?
declare @Total int, @counter int, @cost int, @PartNum int
declare myCursor Cursor
Local
for select PartNum, cost from Inventory
open myCursor
select @total = count(PartNum) from inventory
set @counter = 1
while @counter <= @total
Begin
fetch...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.